summaryrefslogtreecommitdiff
path: root/default-files
diff options
context:
space:
mode:
authorPeter Ludikovsky <peter@ludikovsky.name>2016-02-16 14:43:33 +0000
committerPeter Ludikovsky <peter@ludikovsky.name>2016-02-16 14:43:33 +0000
commit5aafb51296368f22785736d22eeac828c47572ab (patch)
tree5660b524e6724638ada6320e8266e986a7a0c8f1 /default-files
parent5648d0922a3ccdfb8c53dd1be984e6fadd1d27b1 (diff)
Fixed XML typo & date format
Diffstat (limited to 'default-files')
-rw-r--r--default-files/sitemap.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/default-files/sitemap.xml b/default-files/sitemap.xml
index 28bdcc7..48d0d23 100644
--- a/default-files/sitemap.xml
+++ b/default-files/sitemap.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
-<urlset xmllns="http://www.sitemaps.org/schemas/sitemap/0.9"
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<?fugitive foreach:article ?>
<url>
<loc><?fugitive blog_url ?><?fugitive article_file ?>.html</loc>
- <lastmod><?fugitive article_cdatetime ?></lastmod>
-<?fugitive ifset:article_mdatetime ?>
- <lastmod><?fugitive article_mdatetime ?></lastmod>
-<?fugitive endifset:article_mdatetime ?>
+ <lastmod><?fugitive article_cdatetime_html5 ?></lastmod>
+<?fugitive ifset:article_mdatetime_html5 ?>
+ <lastmod><?fugitive article_mdatetime_html5 ?></lastmod>
+<?fugitive endifset:article_mdatetime_html5 ?>
</url>
<?fugitive endforeach:article ?>
</urlset>