You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
340B

  1. <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  2. {% for sitemap_entry in entries %}
  3. <url>
  4. <loc>{{ sitemap_entry.permalink | safe }}</loc>
  5. {% if sitemap_entry.date %}
  6. <lastmod>{{ sitemap_entry.date }}</lastmod>
  7. {% endif %}
  8. </url>
  9. {% endfor %}
  10. </urlset>