diff options
Diffstat (limited to 'config/gemini/config.toml')
-rw-r--r-- | config/gemini/config.toml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/config/gemini/config.toml b/config/gemini/config.toml index 865c64e..2816559 100644 --- a/config/gemini/config.toml +++ b/config/gemini/config.toml @@ -11,17 +11,13 @@ publishDir = "public/capsule" url = "/promoted/" weight = 2 [[menu.main]] - name = "Glossary" - url = "/glossary/" - weight = 3 - [[menu.main]] name = "Tags" url = "/tags/" - weight = 4 + weight = 3 [[menu.main]] name = "Atom Feed" url = "/atom.xml" - weight = 5 + weight = 4 [outputs] home = ["Gemini", "Gemini_Atom"] |