Revert "tpl/tplimpl: Use https in sitemap templates"

This reverts commit 3fd0b78498.
This commit is contained in:
Joe Mooring
2022-12-21 17:42:11 -08:00
committed by Bjørn Erik Pedersen
parent cd1ed563a8
commit 4989da653d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="https://www.w3.org/1999/xhtml">
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
{{ range .Data.Pages }}
{{- if .Permalink -}}
<url>

View File

@@ -1,5 +1,5 @@
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
<sitemapindex xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{{ range . }}
<sitemap>
<loc>{{ .SitemapAbsURL }}</loc>