06/18 Phase 7
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
{% for u in urls %}
|
||||
<url>
|
||||
<loc>{{ u.loc }}</loc>
|
||||
{% if u.get('lastmod') %}<lastmod>{{ u.lastmod }}</lastmod>{% endif %}
|
||||
<changefreq>{{ u.changefreq }}</changefreq>
|
||||
<priority>{{ u.priority }}</priority>
|
||||
</url>
|
||||
{% endfor %}
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user