From: bep Date: Fri, 13 Mar 2015 23:03:34 +0000 (+0100) Subject: Revert "Added image support to the sitemap.xml template" X-Git-Tag: v0.14~194 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=27ed49e5327cc7fbf2bd37aa6d753777b4943cc8;p=brevno-suite%2Fhugo Revert "Added image support to the sitemap.xml template" This reverts commit 3c147bd41922c4f0ac81bc1e1f2ffab8093d5d1c. Fixes #972 --- diff --git a/tpl/template_embedded.go b/tpl/template_embedded.go index 1b620499..420ca20c 100644 --- a/tpl/template_embedded.go +++ b/tpl/template_embedded.go @@ -77,13 +77,6 @@ func (t *GoHTMLTemplate) EmbedTemplates() { {{ safeHtml ( .Date.Format "2006-01-02T15:04:05-07:00" ) }}{{ end }}{{ with .Sitemap.ChangeFreq }} {{ . }}{{ end }}{{ if ge .Sitemap.Priority 0.0 }} {{ .Sitemap.Priority }}{{ end }} - {{ range .Params.images }} - - .src - {{ with .title }}{{ end }} - {{ with .caption }}{{ end }} - - {{ end }} {{ end }} `)