summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax2017-03-01 20:20:51 +0100
committerMax2017-03-01 20:20:51 +0100
commitc9cd9b24268a08093579c63939b1c6e144470fd3 (patch)
tree9bd6743a86a6bdaf6ffcba1823bc81b76db684d6
parent07f8c9c8d1d80302e5029617753e2fd87321cebf (diff)
downloadgospeladlershof.de-c9cd9b24268a08093579c63939b1c6e144470fd3.tar.gz
Ändert now in veraltetes .Now, da hugo19 noch nicht reif für den Produktiveinsatz ist.
-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 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}}