Revert "Added image support to the sitemap.xml template"
authorbep <bjorn.erik.pedersen@gmail.com>
Fri, 13 Mar 2015 23:03:34 +0000 (00:03 +0100)
committerbep <bjorn.erik.pedersen@gmail.com>
Fri, 13 Mar 2015 23:03:34 +0000 (00:03 +0100)
This reverts commit 3c147bd41922c4f0ac81bc1e1f2ffab8093d5d1c.

Fixes #972

tpl/template_embedded.go

index 1b620499fc5d12f610361817c5fef9990f71c4b1..420ca20cbb004b19795405a2d7297f5432ac6541 100644 (file)
@@ -77,13 +77,6 @@ func (t *GoHTMLTemplate) EmbedTemplates() {
     <lastmod>{{ safeHtml ( .Date.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }}
     <changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }}
     <priority>{{ .Sitemap.Priority }}</priority>{{ end }}
-    {{ range .Params.images }}
-    <image:image>
-      <image:loc>.src</image:loc>
-      {{ with .title }}<image:title><![CDATA[.]]></image:title>{{ end }}
-      {{ with .caption }}<image:caption><![CDATA[.]]></image:caption>{{ end }}
-    </image:image>
-    {{ end }}
   </url>
   {{ end }}
 </urlset>`)