Add Shop to the header nav, move Contact from footer to header
deploy / deploy (push) Successful in 7s

Contact and Shop are the two links a visitor is most likely to want
on their way in, not on their way out.
This commit is contained in:
2026-08-04 07:01:23 -04:00
parent c6fe9437aa
commit 57c4b4f415
+9 -4
View File
@@ -15,6 +15,11 @@ disableKinds = ["taxonomy", "term"]
eec_base_url = "https://eec.thistleandmoth.org" eec_base_url = "https://eec.thistleandmoth.org"
bookshop_base_url = "https://thistleandmoth.org/shop" bookshop_base_url = "https://thistleandmoth.org/shop"
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 5
[[menu.main]] [[menu.main]]
name = "Submissions" name = "Submissions"
url = "/submissions/" url = "/submissions/"
@@ -30,10 +35,10 @@ disableKinds = ["taxonomy", "term"]
url = "/free-book/" url = "/free-book/"
weight = 30 weight = 30
[[menu.footer]] [[menu.main]]
name = "Contact" name = "Shop"
url = "/contact/" url = "/shop/"
weight = 10 weight = 40
[[menu.footer]] [[menu.footer]]
name = "Privacy" name = "Privacy"