app/django/contrib/sitemaps/templates/sitemap_index.xml
author Tim Ansell <mithro@gmail.com>
Fri, 27 Feb 2009 06:54:15 +0000 (2009-02-27)
changeset 1539 e9d0aa56d263
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Make the input values 100% width.
<?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>