Ticket #3061: sitemap.diff
File sitemap.diff, 579 bytes (added by , 18 years ago) |
---|
-
django/contrib/sitemaps/templates/sitemap_index.xml
1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap index/0.9">2 <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> 3 3 {% for location in sitemaps %}<sitemap><loc>{{ location|escape }}</loc></sitemap>{% endfor %} 4 4 </sitemapindex>