fixing duplicate menu entries
This commit is contained in:
parent
fe5e770744
commit
632032ef94
|
@ -20,20 +20,25 @@
|
|||
pageRef = "ministries"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Groups"
|
||||
pageRef = "groups"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "Staff"
|
||||
pageRef = "staff"
|
||||
weight = 30
|
||||
weight = 40
|
||||
|
||||
[[main]]
|
||||
name = "Donate"
|
||||
pageRef = "donate"
|
||||
weight = 40
|
||||
weight = 50
|
||||
|
||||
[[main]]
|
||||
name = "Contact"
|
||||
pageRef = "contact"
|
||||
weight = 50
|
||||
weight = 60
|
||||
|
||||
# -- Footer Menu --
|
||||
# The footer menu is displayed at the bottom of the page, just before
|
||||
|
@ -55,4 +60,4 @@
|
|||
pre = "instagram"
|
||||
name = "Instagram"
|
||||
url = "https://instagram.com/tfcconnection"
|
||||
weight = 30
|
||||
weight = 30
|
||||
|
|
|
@ -10,9 +10,6 @@ showEdit: false
|
|||
showTaxonomies: true
|
||||
sharingLinks: false
|
||||
layout: simple
|
||||
menu:
|
||||
main:
|
||||
weight: 10
|
||||
---
|
||||
_TFC Connection_ (TFC) is a rural ministry reaching out to the mission field of teenagers in rural communities across Northwest Kansas and Southwest Nebraska. In rural communities where youth ministry programs and resources are limited, TFC desires to partner with churches to meet this need. Whether this is through providing community youth groups, coaching those already working with youth, or supplying resources and extra curricular activities for area ministries, TFC desires to connect teens with the truth of Jesus Christ and equip them to live out the Great Commission.
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
title: Contact
|
||||
menu:
|
||||
main:
|
||||
weight: 60
|
||||
featured_image: ''
|
||||
omit_header_text: true
|
||||
description: We'd love to hear from you
|
||||
|
|
|
@ -2,16 +2,12 @@
|
|||
title: Donate
|
||||
featured_image: ''
|
||||
omit_header_text: true
|
||||
menu: main
|
||||
showHero: false
|
||||
showEdit: false
|
||||
showDate: false
|
||||
showTableOfContents: false
|
||||
sharingLinks: false
|
||||
layout: "simple"
|
||||
menu:
|
||||
main:
|
||||
weight: 50
|
||||
---
|
||||
|
||||
{{< donate >}}
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
---
|
||||
title: "Groups"
|
||||
date: 2022-10-28T10:21:38-05:00
|
||||
menu:
|
||||
main:
|
||||
weight: 30
|
||||
tags: []
|
||||
featured_image: ""
|
||||
description: ""
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
---
|
||||
title: "Ministries"
|
||||
date: 2017-03-02T12:00:00-05:00
|
||||
menu:
|
||||
main:
|
||||
weight: 20
|
||||
layout: list
|
||||
cascade:
|
||||
showReadingTime: false
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
---
|
||||
title: "Staff"
|
||||
date: 2017-03-02T12:00:00-05:00
|
||||
menu:
|
||||
main:
|
||||
weight: 40
|
||||
featured_image: "img/staff.jpg"
|
||||
groupByYear: false
|
||||
cascade:
|
||||
|
|
Loading…
Reference in a new issue