From 9277dc23424aa5011e979e89e651cedd6561454f Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 18 Sep 2025 21:33:48 -0600 Subject: [PATCH] add guestbook and news links to the footer menu --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 21bd14c..71bad56 100644 --- a/config.toml +++ b/config.toml @@ -72,9 +72,11 @@ menu = [ footer_menu = [ {url = "https://public.posixlycorrect.com/pki/A8981D346F8F4130CA16A7775517E687FCCE0BB9.asc", name = "gpg key"}, + {name = "guestbook", url = "https://posixlycorrect.com/guestbook/"}, {name = "wiki", url = "https://wiki.posixlycorrect.com"}, {name = "notes", url = "https://notes.posixlycorrect.com"}, {name = "ebooks", url = "https://calibre.posixlycorrect.com"}, + {name = "news", url = "https://rss.posixlycorrect.com"}, {name = "photos", url = "https://photos.posixlycorrect.com"}, {name = "sitemap", url = "sitemap.xml"}, ]