add sitemap to footer menu

This commit is contained in:
Fabian Montero 2025-09-18 12:09:58 -06:00
parent 7707fd8cef
commit 10cf9f3f1c
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3

View file

@ -76,6 +76,7 @@ footer_menu = [
{name = "notes", url = "https://notes.posixlycorrect.com"}, {name = "notes", url = "https://notes.posixlycorrect.com"},
{name = "ebooks", url = "https://calibre.posixlycorrect.com"}, {name = "ebooks", url = "https://calibre.posixlycorrect.com"},
{name = "photos", url = "https://photos.posixlycorrect.com"}, {name = "photos", url = "https://photos.posixlycorrect.com"},
{name = "sitemap", url = "sitemap.xml"},
] ]