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
295B

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