From 5bd6a081d599e62231779c334ab7cd7227881d55 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 18 Sep 2025 21:52:30 -0600 Subject: [PATCH] remove trailing slash from sitemap --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 71bad56..242b22c 100644 --- a/config.toml +++ b/config.toml @@ -78,7 +78,7 @@ footer_menu = [ {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"}, + {name = "sitemap", url = "sitemap.xml", trailing_slash = false}, ]