fixing menus and removing articles

This commit is contained in:
Chris Cochrun 2022-11-01 06:44:18 -05:00
parent 4dd48fe3f2
commit 93203b5ffc
52 changed files with 51 additions and 520 deletions

View file

@ -10,33 +10,42 @@
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
#[[main]]
# name = "Blog"
# pageRef = "posts"
# [[main]]
# name = "About"
# pageRef = "about"
# weight = 10
#[[main]]
# name = "Categories"
# pageRef = "categories"
# [[main]]
# name = "Ministries"
# pageRef = "ministries"
# weight = 20
#[[main]]
# name = "Tags"
# pageRef = "tags"
# [[main]]
# name = "Staff"
# pageRef = "staff"
# weight = 30
# [[main]]
# name = "Donate"
# pageRef = "donate"
# weight = 40
# [[main]]
# name = "Contact"
# pageRef = "contact"
# weight = 50
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.
# [[footer]]
# name = "Tags"
# pageRef = "tags"
# weight = 10
[[footer]]
name = "Tags"
pageRef = "tags"
weight = 10
# [[footer]]
# name = "Categories"
# pageRef = "categories"
# weight = 20
[[footer]]
name = "Categories"
pageRef = "categories"
weight = 20