zola/components/templates/src/builtins/split_sitemap_index.xml

8 lines
261 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2019-04-02 16:31:50 +00:00
<sitemapindex xmlns="https://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd">
{% for sitemap in sitemaps %}
<sitemap>
<loc>{{ sitemap }}</loc>
</sitemap>
{% endfor %}
</sitemapindex>