From 1afd5d014c9013c2b1c37af1bcc362275235ad7d 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..7658cc4 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"}, + {url = "https://posixlycorrect.com/guestbook/", name = "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 = "hhttps://rss.posixlycorrect.com"}, {name = "photos", url = "https://photos.posixlycorrect.com"}, {name = "sitemap", url = "sitemap.xml"}, ]