most of the site is moved now
This commit is contained in:
parent
fb098dd974
commit
c9e9e03145
205 changed files with 2866 additions and 17 deletions
10
config.toml
10
config.toml
|
@ -163,8 +163,12 @@ taxonomies = [
|
|||
items = [
|
||||
{ lang = "en", links = [
|
||||
{ url = "/", name = "Home" },
|
||||
{ url = "/categories", name = "Categories" },
|
||||
{ url = "/tags", name = "Tags" },
|
||||
{ url = "/about", name = "About" },
|
||||
{ url = "/staff", name = "Staff" },
|
||||
{ url = "/ministries", name = "Ministries" },
|
||||
{ url = "/groups", name = "Groups" },
|
||||
{ url = "/donate", name = "Donate" },
|
||||
{ url = "/contact", name = "Contact" },
|
||||
] },
|
||||
]
|
||||
title = "TFC Connection"
|
||||
|
@ -172,7 +176,7 @@ title = "TFC Connection"
|
|||
|
||||
[extra.index]
|
||||
title = "TFC Connection"
|
||||
image = "https://tfcconnection.org/logo.png"
|
||||
image = "/logo.png"
|
||||
image_alt = "Placeholder text describing the index's image."
|
||||
|
||||
[extra.default_author]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue