From 4d03aab04da01bfefcba8e9519b2ab97773c4fcb83361322ac98a8559fcc2ad2 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sat, 15 Apr 2023 00:00:00 +0000 Subject: Remove glossary --- config/gemini/config.toml | 8 ++------ config/web/config.toml | 6 +----- 2 files changed, 3 insertions(+), 11 deletions(-) (limited to 'config') 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 @@ -10,18 +10,14 @@ publishDir = "public/capsule" name = "Promoted Links" 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"] 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 @@ -11,14 +11,10 @@ enableRobotsTXT = true name = "Promoted Links" 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"] -- cgit v1.2.3