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

7 lines
222 B
XML
Raw Normal View History

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>