remove trailing slash from sitemap

This commit is contained in:
Fabian Montero 2025-09-18 21:52:30 -06:00
parent 9277dc2342
commit 5bd6a081d5
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3

View file

@ -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},
]