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

7 lines
207 B
XML
Raw Normal View History

<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for sitemap in sitemaps %}
<sitemap>
<loc>{{ sitemap }}</loc>
</sitemap>
{% endfor %}
</sitemapindex>