ref: efb564775afd319b953a386cf9e8cc1aca0b585e
parent: a8bfaba081d6a31b6371e42e0448c9850d593d82
author: bep <[email protected]>
date: Wed Mar 18 17:27:29 EDT 2015
Change safeHTtml to safeHTML in sitemap template
--- a/hugolib/sitemap_test.go
+++ b/hugolib/sitemap_test.go
@@ -15,7 +15,7 @@
{{ range .Data.Pages }}
<url>
<loc>{{ .Permalink }}</loc>
- <lastmod>{{ safeHtml ( .Date.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ with .Sitemap.ChangeFreq }}
+ <lastmod>{{ safeHTML ( .Date.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ with .Sitemap.ChangeFreq }}
<changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }}
<priority>{{ .Sitemap.Priority }}</priority>{{ end }}
</url>