From 27ed49e5327cc7fbf2bd37aa6d753777b4943cc8 Mon Sep 17 00:00:00 2001 From: bep Date: Sat, 14 Mar 2015 00:03:34 +0100 Subject: [PATCH] Revert "Added image support to the sitemap.xml template" This reverts commit 3c147bd41922c4f0ac81bc1e1f2ffab8093d5d1c. Fixes #972 --- tpl/template_embedded.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tpl/template_embedded.go b/tpl/template_embedded.go index 1b620499f..420ca20cb 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 }} `)