Skip to content

Commit c807bf9

Browse files
author
Airscript
committed
fix: add identifier in order to use keyboard shortcut for search
1 parent 6dd0c8c commit c807bf9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config.toml

+8-1
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,15 @@ Qui non si bada a spese!
4242
weight = 10
4343
name = "About"
4444
url = "about/"
45-
45+
pageRef = "about"
46+
identifier = "About"
4647

4748
[[languages.it.menu.main]]
4849
weight = 15
4950
name = "Cerca"
5051
url = "search/"
52+
pageRef = "search"
53+
identifier = "Search"
5154

5255

5356
[languages.en]
@@ -70,11 +73,15 @@ On this blog you'll find articles related to computer science, motivation and mu
7073
weight = 10
7174
name = "About"
7275
url = "about/"
76+
pageRef = "about"
77+
identifier = "About"
7378

7479
[[languages.en.menu.main]]
7580
weight = 15
7681
name = "Search"
7782
url = "search/"
83+
pageRef = "search"
84+
identifier = "Search"
7885

7986
[languages.en.homeInfoParams]
8087
Title = "Oh, hello! 👋🏻"

0 commit comments

Comments
 (0)