re-arrange menues

main
Dominic Reich 2 years ago
parent 62ed146b53
commit 170e21e575
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

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

Loading…
Cancel
Save