summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml14
1 files changed, 9 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 07e1aa7..b8aef61 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -104,17 +104,21 @@ paginate = 10
url = "/"
weight = 1
[[menu.nav]]
- name = "Search"
- url = "/search/"
- weight = 2
- [[menu.nav]]
name = "Archives"
url = "/archives/"
- weight = 3
+ weight = 2
[[menu.nav]]
name = "About"
url = "/about/"
+ weight = 3
+ [[menu.nav]]
+ name = "Search"
+ url = "/search/"
weight = 4
+ [[menu.nav]]
+ name = "RSS"
+ url = "/index.xml"
+ weight = 5
[[menu.link]]
name = "GitHub"