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