summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gospeladlershof.de/layouts/sitemap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gospeladlershof.de/layouts/sitemap.xml b/gospeladlershof.de/layouts/sitemap.xml
index c15128f..e2dfa48 100644
--- a/gospeladlershof.de/layouts/sitemap.xml
+++ b/gospeladlershof.de/layouts/sitemap.xml
@@ -4,7 +4,7 @@
<url>
<loc>{{ .Permalink }}</loc>
{{ if eq .Lastmod.Unix -62135596800}}
- <lastmod>{{ safeHTML ( .Now | dateFormat "2006-01-02T15:04:05-07:00" ) }}</lastmod>
+ <lastmod>{{ safeHTML ( now | dateFormat "2006-01-02T15:04:05-07:00" ) }}</lastmod>
{{else}}
<lastmod>{{ safeHTML ( .Lastmod | dateFormat "2006-01-02T15:04:05-07:00" ) }}</lastmod>
{{end}}