fix sitemap URI

This commit is contained in:
Yax 2023-04-15 18:39:28 +02:00
parent 7572467150
commit 974439d477

View file

@ -1,4 +1,4 @@
<url>
<loc>{{ site_url }}/{{ post_url }}/</loc>
<loc>{{ site_url }}/{{ post_url }}</loc>
<lastmod>{{ date }}</lastmod>
</url>