diff options
| -rw-r--r-- | gospeladlershof.de/layouts/sitemap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gospeladlershof.de/layouts/sitemap.xml b/gospeladlershof.de/layouts/sitemap.xml index e2dfa48..c15128f 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}} |
