From 10cf9f3f1cbd407e4ac457738b5ee8a85f2f282b Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 18 Sep 2025 12:09:58 -0600 Subject: [PATCH] add sitemap to footer menu --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index b066945..90e61a8 100644 --- a/config.toml +++ b/config.toml @@ -76,6 +76,7 @@ footer_menu = [ {name = "notes", url = "https://notes.posixlycorrect.com"}, {name = "ebooks", url = "https://calibre.posixlycorrect.com"}, {name = "photos", url = "https://photos.posixlycorrect.com"}, + {name = "sitemap", url = "sitemap.xml"}, ]