tplimpl: Output xmlns:xhtml only if there are translations available

This commit is contained in:
Jamie Connolly 2017-10-03 14:31:12 +01:00 committed by Bjørn Erik Pedersen
parent 384a6ac4bd
commit 0859d9dfe6

View file

@ -87,8 +87,8 @@ func (t *templateHandler) embedTemplates() {
</channel> </channel>
</rss>`) </rss>`)
t.addInternalTemplate("_default", "sitemap.xml", `<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" 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"> xmlns:xhtml="http://www.w3.org/1999/xhtml"{{ end }}>
{{ range .Data.Pages }} {{ range .Data.Pages }}
<url> <url>
<loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }} <loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }}