re-arrange menues
This commit is contained in:
parent
62ed146b53
commit
170e21e575
1 changed files with 18 additions and 12 deletions
|
@ -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…
Reference in a new issue