aboutsummaryrefslogtreecommitdiff
path: root/layouts/sitemap.xml
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2015-09-03 17:25:12 -0600
committerkballou <kballou@devnulllabs.io>2017-09-02 19:31:44 -0600
commit5302bc37f023a21ba392597946367f48fb71a058 (patch)
tree3c0b958e910e7c295a8dce2ba576003e221b1600 /layouts/sitemap.xml
parenta8b2fbed17007ffb39a7363d4b9a1912e94216b8 (diff)
downloadblog.kennyballou.com-5302bc37f023a21ba392597946367f48fb71a058.tar.gz
blog.kennyballou.com-5302bc37f023a21ba392597946367f48fb71a058.tar.xz
Remove deprecated Hugo directives
Diffstat (limited to 'layouts/sitemap.xml')
-rw-r--r--layouts/sitemap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/sitemap.xml b/layouts/sitemap.xml
index e99a1bc..7f86e0c 100644
--- a/layouts/sitemap.xml
+++ b/layouts/sitemap.xml
@@ -3,7 +3,7 @@
<url>
<loc>{{ .Permalink }}</loc>
<lastmod>
- {{ safeHtml ( .Date.Format "2006-01-02T15:04:05-7:00" ) }}
+ {{ safeHTML ( .Date.Format "2006-01-02T15:04:05-7:00" ) }}
</lastmod>
{{ with .Sitemap.ChangeFreq }}
<changefreq>{{ . }}</changefreq>