From 57c4b4f41520a82679d3e98d882392cd974b5a3b Mon Sep 17 00:00:00 2001 From: Will Estes Date: Tue, 4 Aug 2026 07:01:23 -0400 Subject: [PATCH] Add Shop to the header nav, move Contact from footer to header Contact and Shop are the two links a visitor is most likely to want on their way in, not on their way out. --- hugo.toml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index 55a0988..3ab89d0 100644 --- a/hugo.toml +++ b/hugo.toml @@ -15,6 +15,11 @@ disableKinds = ["taxonomy", "term"] eec_base_url = "https://eec.thistleandmoth.org" bookshop_base_url = "https://thistleandmoth.org/shop" +[[menu.main]] + name = "Contact" + url = "/contact/" + weight = 5 + [[menu.main]] name = "Submissions" url = "/submissions/" @@ -30,10 +35,10 @@ disableKinds = ["taxonomy", "term"] url = "/free-book/" weight = 30 -[[menu.footer]] - name = "Contact" - url = "/contact/" - weight = 10 +[[menu.main]] + name = "Shop" + url = "/shop/" + weight = 40 [[menu.footer]] name = "Privacy"