2006-09-01 07:13:59 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<sitemapindex xmlns="http://www.google.com/schemas/sitemap/0.84">
|
2006-09-27 00:27:24 +08:00
|
|
|
{% for location in sitemaps %}<sitemap><loc>{{ location|escape }}</loc></sitemap>{% endfor %}
|
2006-09-01 07:13:59 +08:00
|
|
|
</sitemapindex>
|