diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 51f6b73d39..521264b918 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -24,24 +24,24 @@ weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
-name = " Github repo"
+name = " Github repo"
identifier = "ds"
url = "https://github.com/matcornic/hugo-theme-learn"
weight = 10
[[Languages.en.menu.shortcuts]]
-name = " Showcases"
+name = " Showcases"
url = "showcase"
weight = 11
[[Languages.en.menu.shortcuts]]
-name = " Hugo Documentation"
+name = " Hugo Documentation"
identifier = "hugodoc"
url = "https://gohugo.io/"
weight = 20
[[Languages.en.menu.shortcuts]]
-name = " Credits"
+name = " Credits"
url = "/credits"
weight = 30
@@ -51,23 +51,23 @@ weight = 2
languageName = "Français"
[[Languages.fr.menu.shortcuts]]
-name = " Repo Github"
+name = " Repo Github"
identifier = "ds"
url = "https://github.com/matcornic/hugo-theme-learn"
weight = 10
[[Languages.fr.menu.shortcuts]]
-name = " Vitrine"
+name = " Vitrine"
url = "/showcase"
weight = 11
[[Languages.fr.menu.shortcuts]]
-name = " Documentation Hugo"
+name = " Documentation Hugo"
identifier = "hugodoc"
url = "https://gohugo.io/"
weight = 20
[[Languages.fr.menu.shortcuts]]
-name = " Crédits"
+name = " Crédits"
url = "/credits"
-weight = 30
\ No newline at end of file
+weight = 30