Skip to content

Commit 4eb788e

Browse files
committed
Sitemap
1 parent bdd6c0b commit 4eb788e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

templates/sitemap.xml

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)