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

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodroot <root@goodroot.ca>2019-11-12 05:13:47 +0300
committergoodroot <root@goodroot.ca>2019-11-12 05:13:47 +0300
commit61b7c2e49da81339cfb4c85ba0f82ab524b95b5d (patch)
tree435fd72329be62ba0801280ef2f016c557b1a19c
parentf43539bd2be902b2c8c3004cdff901e9a078b16f (diff)
fixes default header
-rw-r--r--exampleSite/config.toml8
1 files changed, 2 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 13a8cf9..f546f66 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -11,17 +11,13 @@ footnotereturnlinkcontents = "↩"
post = "/post/:year/:month/:day/:slug/"
[[menu.main]]
- name = "Home"
- url = "/"
- weight = 1
-[[menu.main]]
name = "Categories"
url = "/categories/"
- weight = 2
+ weight = 1
[[menu.main]]
name = "Tags"
url = "/tags/"
- weight = 3
+ weight = 2
[[menu.feed]]
name = "Subscribe"
url = "/index.xml"