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 --
# 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

Loading…
Cancel
Save