Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 80f431b..588767b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -54,6 +54,18 @@ googleAnalytics = ""
weight = 1
[[menu.main]]
+ name = "Preachers"
+ url = "/preachers"
+ parent = "Sermons"
+ weight = 1
+
+ [[menu.main]]
+ name = "Best Ever"
+ url = "#"
+ parent = "Sermons"
+ weight = 1
+
+ [[menu.main]]
name = "Blog"
url = "/posts"
parent = "Resources"