remove trailing slash from sitemap
This commit is contained in:
parent
9277dc2342
commit
5bd6a081d5
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue