app/django/contrib/sitemaps/templates/sitemap_index.xml
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 12 Jul 2009 00:45:45 +0200
changeset 2607 4ddee5470cc9
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Added tag 0-5-20090711p1 for changeset 03aa33e8600b

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for location in sitemaps %}<sitemap><loc>{{ location }}</loc></sitemap>{% endfor %}
</sitemapindex>