jlelse
/
Indieroad
Archived
1
Fork 0

Fix sitemap template

This commit is contained in:
Jan-Lukas Else 2020-03-11 17:26:16 +01:00
parent dd7524953d
commit 802a56468d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\" ?>" | safeHTML }}
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
{{ range .Site.RegularPages }}{{ if not .Params.robotsdisallow }}
{{ range .Data.Pages }}{{ if not .Params.robotsdisallow }}
<url>
<loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }}
<lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }}