We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd6c0b commit 4eb788eCopy full SHA for 4eb788e
templates/sitemap.xml
@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
+ {% for page in pages %}
4
+ <url>
5
+ <loc>{{page[0]|safe}}</loc>
6
+ <lastmod>{{page[1]}}</lastmod>
7
+ </url>
8
+ {% endfor %}
9
+</urlset>
0 commit comments