Child: [ddf08c] (diff)

Download this file

sitemap_index.xml    11 lines (10 with data), 300 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for sitemap in sitemaps %}
<sitemap>
<loc>{{ sitemap }}</loc>
<lastmod>{{ now }}</lastmod>
<changefreq>daily</changefreq>
</sitemap>
{% endfor %}
</sitemapindex>