summaryrefslogtreecommitdiff
path: root/default-files/sitemap.xml
blob: 28bdcc778c07038c525e2441c6dafd0b8929f6c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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_cdatetime ?></lastmod>
<?fugitive ifset:article_mdatetime ?>
        <lastmod><?fugitive article_mdatetime ?></lastmod>
<?fugitive endifset:article_mdatetime ?>
    </url>
<?fugitive endforeach:article ?>
</urlset>