updating a lot of staff stuff
This commit is contained in:
parent
a2f4c636eb
commit
36ea3bcb7e
52 changed files with 332 additions and 174 deletions
|
@ -4,7 +4,7 @@ title = 'TFC Connection'
|
|||
theme = "blowfish"
|
||||
|
||||
DefaultContentLanguage = "en"
|
||||
SectionPagesMenu = "main"
|
||||
# SectionPagesMenu = "main"
|
||||
enableRobotsTXT = true
|
||||
|
||||
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||
|
|
|
@ -10,30 +10,30 @@
|
|||
# overridden by providing a weight value. The menu will then be
|
||||
# ordered by weight from lowest to highest.
|
||||
|
||||
# [[main]]
|
||||
# name = "About"
|
||||
# pageRef = "about"
|
||||
# weight = 10
|
||||
[[main]]
|
||||
name = "About"
|
||||
pageRef = "about"
|
||||
weight = 10
|
||||
|
||||
# [[main]]
|
||||
# name = "Ministries"
|
||||
# pageRef = "ministries"
|
||||
# weight = 20
|
||||
[[main]]
|
||||
name = "Ministries"
|
||||
pageRef = "ministries"
|
||||
weight = 20
|
||||
|
||||
# [[main]]
|
||||
# name = "Staff"
|
||||
# pageRef = "staff"
|
||||
# weight = 30
|
||||
[[main]]
|
||||
name = "Staff"
|
||||
pageRef = "staff"
|
||||
weight = 30
|
||||
|
||||
# [[main]]
|
||||
# name = "Donate"
|
||||
# pageRef = "donate"
|
||||
# weight = 40
|
||||
[[main]]
|
||||
name = "Donate"
|
||||
pageRef = "donate"
|
||||
weight = 40
|
||||
|
||||
# [[main]]
|
||||
# name = "Contact"
|
||||
# pageRef = "contact"
|
||||
# weight = 50
|
||||
[[main]]
|
||||
name = "Contact"
|
||||
pageRef = "contact"
|
||||
weight = 50
|
||||
|
||||
# -- Footer Menu --
|
||||
# The footer menu is displayed at the bottom of the page, just before
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue