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

Added Sitemap template

This commit is contained in:
Peter 2016-02-16 09:46:50 +00:00
parent 458e0b3669
commit ca6aa6f967

11
default-files/sitemap.xml Normal file
View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<urlset xmllns="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_mdatetime ?></lastmod>
</url>
<?fugitive endforeach:article ?>
</urlset>