Improve XML sitemap metadata

This commit is contained in:
Marc Froehlich
2026-07-07 01:07:02 +02:00
parent 5838d3a999
commit 59b8e2fbbb
41 changed files with 61 additions and 38 deletions
+1
View File
@@ -8,6 +8,7 @@ eleventyExcludeFromCollections: true
{%- if page.url and not page.data.eleventyExcludeFromCollections %}
<url>
<loc>https://kst4contest.hamradioonline.de{{ page.url }}</loc>
<lastmod>{{ page.date | dateToIso }}</lastmod>
</url>
{%- endif %}
{%- endfor %}