summaryrefslogtreecommitdiffstats
path: root/config/_default/menus/menus.en.toml
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2025-08-11 18:19:28 -0400
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-08-11 18:19:28 -0400
commit6c7ef74b557b8600e32cddef108f6af946e9de06 (patch)
treeeec126e116012cffd94d4de605f7171d85bba07e /config/_default/menus/menus.en.toml
parent113d994b2de5d970a94cfd82950540512bd67206 (diff)
fix: wip: revisions for hugo templating sys changesversioned
WIP: Revisions for fixing changes to hugo's templating system upgrade. BREAKING CHANGE: Will not build on versions of hugo prior to 0.145.
Diffstat (limited to 'config/_default/menus/menus.en.toml')
-rw-r--r--config/_default/menus/menus.en.toml30
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"