From 6c7ef74b557b8600e32cddef108f6af946e9de06 Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:19:28 -0400 Subject: fix: wip: revisions for hugo templating sys changes WIP: Revisions for fixing changes to hugo's templating system upgrade. BREAKING CHANGE: Will not build on versions of hugo prior to 0.145. --- config/_default/menus/menus.en.toml | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'config/_default/menus') 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" @@ -87,6 +87,12 @@ parent = "About" weight = 40 +[[main]] + name = "Takedown" + pageRef = "/takedown/" + parent = "About" + weight = 45 + [[main]] name = "SolarDump" url = "https://solardump.org" @@ -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" @@ -161,6 +167,12 @@ parent = "Site Info" weight = 20 +[[footer]] + name = "Takedown" + pageRef = "/takedown/" + parent = "Site Info" + weight = 25 + [[footer]] name = "Terms of Use" pageRef = "/terms/" -- cgit v1.2.3