summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-05-08 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-05-08 00:00:00 +0000
commit2a916e77f191f750460c8b24447896eff0ba50804d4978275e0dc6afd4ea75ad (patch)
treef2e8f2fe0953893687d79b953a1b19cde8190d21ac48fddd29ad73ddd63b45a0 /config.toml
parent7e55f4931710015b1fda8d8cddc3983bbe90db19dbc8e927fcf9b45c48fbcf0d (diff)
downloadjournal-2a916e77f191f750460c8b24447896eff0ba50804d4978275e0dc6afd4ea75ad.tar.gz
journal-2a916e77f191f750460c8b24447896eff0ba50804d4978275e0dc6afd4ea75ad.zip
Add glossary navigation link to homepage
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml14
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"]