Add Shop to the header nav, move Contact from footer to header
deploy / deploy (push) Successful in 7s
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user