Skip to content

Commit 8c8401d

Browse files
author
Darian1996
committed
2024-12-26 01:10:39 AutoCommit.sh by Darian
1 parent 830e87f commit 8c8401d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎sitemap.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: null
66
{%- for post in site.posts %}
77
<url>
88
<loc>{{post.url | prepend: site.baseurl | prepend: site.url }}</loc>
9-
<lastmod>{{post.date }}</lastmod>
9+
<lastmod>{{post.date || date: "%Y-%m-%d" }}</lastmod>
1010
<changefreq>daily</changefreq>
1111
<priority>0.8</priority>
1212
</url>

0 commit comments

Comments
(0)