sitemap.xml and cards

This commit is contained in:
2026-08-14 10:17:06 +02:00
parent a6036737ee
commit 51507e65ea
17 changed files with 77 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{%- for page in collections.all %}
<url>
<loc>{{ site.url }}{{ page.url }}</loc>
<lastmod>{{ page.date | date }}</lastmod>
</url>
{%- endfor %}
</urlset>