diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index f0351d2..6ab5b4b 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -13,6 +13,12 @@ [[main]] name = "Blog" pre = "edit" + weight = 10 + +[[main]] + name = "Posts" + pre = "edit" + parent = "Blog" pageRef = "posts" weight = 10 @@ -21,7 +27,14 @@ pre = "" parent = "Blog" pageRef = "series" - weight = 10 + weight = 50 + +[[footer]] + name = "Tags" + pre = "tag" + parent = "Blog" + pageRef = "tags" + weight = 50 #[[main]] # name = "Parent" @@ -94,11 +107,6 @@ # the copyright notice. Configure as per the main menu above. -[[footer]] - name = "Tags" - pre = "tag" - pageRef = "tags" - weight = 10 [[footer]]