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.

12 lines
404B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
  3. {% for sitemap_entry in entries %}
  4. <url>
  5. <loc>{{ sitemap_entry.permalink | urlencode | safe }}</loc>
  6. {% if sitemap_entry.date %}
  7. <lastmod>{{ sitemap_entry.date }}</lastmod>
  8. {% endif %}
  9. </url>
  10. {% endfor %}
  11. </urlset>