1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-09-28 22:25:27 +02:00
fugitive/default-files/sitemap.xml

15 lines
672 B
XML
Raw Normal View History

2016-02-16 10:46:50 +01:00
<?xml version="1.0" encoding="utf-8"?>
2016-02-16 15:43:33 +01:00
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
2016-02-16 10:46:50 +01:00
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>
2016-02-16 15:43:33 +01:00
<lastmod><?fugitive article_cdatetime_html5 ?></lastmod>
<?fugitive ifset:article_mdatetime_html5 ?>
<lastmod><?fugitive article_mdatetime_html5 ?></lastmod>
<?fugitive endifset:article_mdatetime_html5 ?>
2016-02-16 10:46:50 +01:00
</url>
<?fugitive endforeach:article ?>
</urlset>