diff options
Diffstat (limited to 'config/_default/menus/menus.en.toml')
| -rw-r--r-- | config/_default/menus/menus.en.toml | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 3b9f078..f79ffee 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -33,10 +33,10 @@ pageRef = "/legal/" weight = 40 -[[main]] - name = "Communications" - pageRef = "/communication/" - weight = 50 +# [[main]] +# name = "Communications" +# pageRef = "/communication/" +# weight = 50 [[main]] name = "News" @@ -88,6 +88,12 @@ weight = 40 [[main]] + name = "Takedown" + pageRef = "/takedown/" + parent = "About" + weight = 45 + +[[main]] name = "SolarDump" url = "https://solardump.org" parent = "About" @@ -120,11 +126,11 @@ parent = "Sections" weight = 15 -[[footer]] - name = "Communications" - pageRef = "/communication/" - parent = "Sections" - weight = 20 +# [[footer]] +# name = "Communications" +# pageRef = "/communication/" +# parent = "Sections" +# weight = 20 [[footer]] name = "Posts" @@ -162,6 +168,12 @@ weight = 20 [[footer]] + name = "Takedown" + pageRef = "/takedown/" + parent = "Site Info" + weight = 25 + +[[footer]] name = "Terms of Use" pageRef = "/terms/" parent = "Site Info" |
