1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-05-16 22:05:26 +02:00

using 2-space tabs for sitemap.xml too

This commit is contained in:
p4bl0 2016-02-16 16:01:46 +01:00
parent 5aafb51296
commit e259d3cabe

View file

@ -2,13 +2,13 @@
<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 ?>
<?fugitive foreach:article ?>
<url>
<loc><?fugitive blog_url ?><?fugitive article_file ?>.html</loc>
<lastmod><?fugitive article_cdatetime_html5 ?></lastmod>
<?fugitive ifset:article_mdatetime_html5 ?>
<?fugitive ifset:article_mdatetime_html5 ?>
<lastmod><?fugitive article_mdatetime_html5 ?></lastmod>
<?fugitive endifset:article_mdatetime_html5 ?>
<?fugitive endifset:article_mdatetime_html5 ?>
</url>
<?fugitive endforeach:article ?>
<?fugitive endforeach:article ?>
</urlset>