summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl/template_embedded.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/tplimpl/template_embedded.go')
-rw-r--r--tpl/tplimpl/template_embedded.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/tplimpl/template_embedded.go b/tpl/tplimpl/template_embedded.go
index dfabcbe11..dd3254560 100644
--- a/tpl/tplimpl/template_embedded.go
+++ b/tpl/tplimpl/template_embedded.go
@@ -87,8 +87,8 @@ func (t *templateHandler) embedTemplates() {
</channel>
</rss>`)
- 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 }}>
+ t.addInternalTemplate("_default", "sitemap.xml", `<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+ xmlns:xhtml="http://www.w3.org/1999/xhtml">
{{ range .Data.Pages }}
<url>
<loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }}