Clean up and consolidate blog menu
continuous-integration/drone/push Build is passing Details

drafts
Nick Dumas 2 months ago
parent 229665fd47
commit 5da29cafc0

@ -13,6 +13,12 @@
[[main]] [[main]]
name = "Blog" name = "Blog"
pre = "edit" pre = "edit"
weight = 10
[[main]]
name = "Posts"
pre = "edit"
parent = "Blog"
pageRef = "posts" pageRef = "posts"
weight = 10 weight = 10
@ -21,7 +27,14 @@
pre = "" pre = ""
parent = "Blog" parent = "Blog"
pageRef = "series" pageRef = "series"
weight = 10 weight = 50
[[footer]]
name = "Tags"
pre = "tag"
parent = "Blog"
pageRef = "tags"
weight = 50
#[[main]] #[[main]]
# name = "Parent" # name = "Parent"
@ -94,11 +107,6 @@
# the copyright notice. Configure as per the main menu above. # the copyright notice. Configure as per the main menu above.
[[footer]]
name = "Tags"
pre = "tag"
pageRef = "tags"
weight = 10
[[footer]] [[footer]]

Loading…
Cancel
Save