diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-04-15 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-04-15 00:00:00 +0000 |
commit | 4d03aab04da01bfefcba8e9519b2ab97773c4fcb83361322ac98a8559fcc2ad2 (patch) | |
tree | 4b0e9f0b7f6779edbeda3e42bfe301a7a4b8c2f3a8d2a25bbe1a895b435c3bdc /config/web/config.toml | |
parent | 28343ebce6152418d971377a7f80a9683f08f46a217367330a7cbd6b49084c86 (diff) | |
download | journal-4d03aab04da01bfefcba8e9519b2ab97773c4fcb83361322ac98a8559fcc2ad2.tar.gz journal-4d03aab04da01bfefcba8e9519b2ab97773c4fcb83361322ac98a8559fcc2ad2.zip |
Remove glossary
Diffstat (limited to 'config/web/config.toml')
-rw-r--r-- | config/web/config.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/config/web/config.toml b/config/web/config.toml index b79063e..1bb872b 100644 --- a/config/web/config.toml +++ b/config/web/config.toml @@ -12,13 +12,9 @@ enableRobotsTXT = true url = "/promoted/" weight = 2 [[menu.main]] - name = "Glossary" - url = "/glossary/" - weight = 3 - [[menu.main]] name = "Atom Feed" url = "/atom.xml" - weight = 4 + weight = 3 [outputs] home = ["HTML", "Atom"] |