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

github.com/zwbetz-gh/vanilla-bootstrap-hugo-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.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0c3eb6d..5dc1beb 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -19,27 +19,27 @@ googleAnalytics = "UA-123456789-1"
# See https://feathericons.com/
# The value of pre is the icon name
[menu]
- [[menu.main]]
+ [[menu.nav]]
name = "Home"
pre = "home"
url = "/"
weight = 1
- [[menu.main]]
+ [[menu.nav]]
name = "Blog"
pre = "edit"
url = "/post/"
weight = 2
- [[menu.main]]
+ [[menu.nav]]
name = "Tags"
pre = "tag"
url = "/tags/"
weight = 3
- [[menu.main]]
+ [[menu.nav]]
name = "About"
pre = "smile"
url = "/about/"
weight = 4
- [[menu.main]]
+ [[menu.nav]]
name = "RSS"
pre = "rss"
url = "/index.xml"