From 07f4be1faebd5f41c19852dcd5df168a1ea9fe03a21777bad79ca8ff30f7cb76 Mon Sep 17 00:00:00 2001
From: Nicholas Johnson <mail@nicholasjohnson.ch>
Date: Wed, 12 Jun 2024 00:00:00 +0000
Subject: Add "tags" nav link to web and merge configs

---
 config/web/config.toml | 14 --------------
 1 file changed, 14 deletions(-)

(limited to 'config/web')

diff --git a/config/web/config.toml b/config/web/config.toml
index 1bb872b..872f18c 100644
--- a/config/web/config.toml
+++ b/config/web/config.toml
@@ -2,20 +2,6 @@ disableKinds = ['RSS', 'section']
 publishDir = "public/website"
 enableRobotsTXT = true
 
-[menu]
-  [[menu.main]]
-    name = "About Page"
-    url = "/about/"
-    weight = 1
-  [[menu.main]]
-    name = "Promoted Links"
-    url = "/promoted/"
-    weight = 2
-  [[menu.main]]
-    name = "Atom Feed"
-    url = "/atom.xml"
-    weight = 3
-
 [outputs]
   home = ["HTML", "Atom"]
   page = ["HTML"]
-- 
cgit v1.2.3