Switch to unified view
a | b/Allura/allura/templates/sitemap.xml | ||
---|---|---|---|
1 | <?xml version="1.0" encoding="utf-8"?> |
||
2 | <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> |
||
3 | {% for loc in locs %} |
||
4 | <url> |
||
5 | <loc>{{ loc }}</loc> |
||
6 | <lastmod>{{ now }}</lastmod> |
||
7 | <changefreq>daily</changefreq> |
||
8 | </url> |
||
9 | {% endfor %} |
||
10 | </urlset> |