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

github.com/devcows/hugo-universal-theme.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.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3a9f8fd..6e94f29 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -18,22 +18,25 @@ paginate = 10
# Main menu
[[menu.main]]
+ identifier="home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
+ identifier="blog"
name = "Blog"
url = "/blog/"
weight = 2
[[menu.main]]
- name = "FAQ"
identifier = "faq"
+ name = "FAQ"
url = "/faq/"
weight = 3
[[menu.main]]
+ identifier = "contact"
name = "Contact"
url = "/contact/"
weight = 4