ref: 0859d9dfe647db3b8a192da38ad7efb5480a29a1
parent: 384a6ac4bd2de16fcd6a1c952e7ca41b66023a12
author: Jamie Connolly <[email protected]>
date: Tue Oct 3 10:31:12 EDT 2017
tplimpl: Output xmlns:xhtml only if there are translations available
--- a/tpl/tplimpl/template_embedded.go
+++ b/tpl/tplimpl/template_embedded.go
@@ -87,8 +87,8 @@
</channel>
</rss>`)
- t.addInternalTemplate("_default", "sitemap.xml", `<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
- xmlns:xhtml="http://www.w3.org/1999/xhtml">
+ t.addInternalTemplate("_default", "sitemap.xml", `<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"{{ if .IsTranslated }}
+ xmlns:xhtml="http://www.w3.org/1999/xhtml"{{ end }}>
{{ range .Data.Pages }}
<url>
<loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }}