diff options
-rw-r--r-- | config.toml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/config.toml b/config.toml index 3225f58..12e2400 100644 --- a/config.toml +++ b/config.toml @@ -26,7 +26,7 @@ rssLimit = 20 [menu] [[menu.main]] - name = "About The Nicksphere" + name = "About Page" url = "/about/" weight = 1 [[menu.main]] @@ -34,13 +34,17 @@ rssLimit = 20 url = "/promoted/" weight = 2 [[menu.main]] - name = "Atom Feed" - url = "/atom.xml" - weight = 3 - [[menu.main]] name = "Privacy Notice" url = "/privacy-notice/" + weight = 3 + [[menu.main]] + name = "Glossary" + url = "/glossary/" weight = 4 + [[menu.main]] + name = "Atom Feed" + url = "/atom.xml" + weight = 5 [mediaTypes] [mediaTypes."application/atom"] |