From efb564775afd319b953a386cf9e8cc1aca0b585e Mon Sep 17 00:00:00 2001 From: bep Date: Wed, 18 Mar 2015 21:27:29 +0100 Subject: [PATCH] Change safeHTtml to safeHTML in sitemap template --- hugolib/sitemap_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugolib/sitemap_test.go b/hugolib/sitemap_test.go index c51ad06df..0342e2261 100644 --- a/hugolib/sitemap_test.go +++ b/hugolib/sitemap_test.go @@ -15,7 +15,7 @@ const SITEMAP_TEMPLATE = `{{ with .Sitemap.ChangeFreq }} + {{ safeHTML ( .Date.Format "2006-01-02T15:04:05-07:00" ) }}{{ with .Sitemap.ChangeFreq }} {{ . }}{{ end }}{{ if ge .Sitemap.Priority 0.0 }} {{ .Sitemap.Priority }}{{ end }}