1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-05-18 14:35:32 +02:00

Fixed XML typo & date format

This commit is contained in:
Peter 2016-02-16 14:43:33 +00:00
parent 5648d0922a
commit 5aafb51296
Signed by: pludi
GPG key ID: CFBA360E696EDC99

View file

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?> <?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" 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"> xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<?fugitive foreach:article ?> <?fugitive foreach:article ?>
<url> <url>
<loc><?fugitive blog_url ?><?fugitive article_file ?>.html</loc> <loc><?fugitive blog_url ?><?fugitive article_file ?>.html</loc>
<lastmod><?fugitive article_cdatetime ?></lastmod> <lastmod><?fugitive article_cdatetime_html5 ?></lastmod>
<?fugitive ifset:article_mdatetime ?> <?fugitive ifset:article_mdatetime_html5 ?>
<lastmod><?fugitive article_mdatetime ?></lastmod> <lastmod><?fugitive article_mdatetime_html5 ?></lastmod>
<?fugitive endifset:article_mdatetime ?> <?fugitive endifset:article_mdatetime_html5 ?>
</url> </url>
<?fugitive endforeach:article ?> <?fugitive endforeach:article ?>
</urlset> </urlset>