diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 676adf3..4f3b248 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -1,7 +1,7 @@ # -- Main Menu -- # The main menu is displayed in the header at the top of the page. # Acceptable parameters are name, pageRef, page, url, title, weight. -# +# # The simplest menu configuration is to provide: # name = The name to be displayed for this menu link # pageRef = The identifier of the page or section to link to @@ -15,25 +15,20 @@ pageRef = "posts" weight = 10 -[[main]] - name = "About" - pageRef = "about" - weight = 20 - [[main]] name = "Equipment" pageRef = "equipment" - weight = 30 + weight = 20 # [[main]] # name = "Categories" # pageRef = "categories" -# weight = 40 +# weight = 30 [[main]] name = "Tags" pageRef = "tags" - weight = 50 + weight = 40 # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before @@ -50,8 +45,8 @@ # weight = 10 [[footer]] - name = "Weather station" - url = "https://wx.oe7drt.com" + name = "About" + pageRef = "about" weight = 10 [[footer]] @@ -59,7 +54,18 @@ pageRef = "links" weight = 20 +[[footer]] + name = "Weather station" + url = "https://wx.oe7drt.com" + weight = 30 + +[[footer]] + name = "Imprint / Privacy" + pageRef = "privacy" + weight = 40 + [[footer]] name = "LICENSE" pageRef = "license" - weight = 30 + weight = 50 +