Update pages/rss.xml

This commit is contained in:
Yuri Sizov
2023-01-16 16:32:28 +03:00
committed by GitHub
parent e1f9053b17
commit 247afef84e

View File

@@ -17,7 +17,7 @@ permalink: /rss.xml
<title>{{ post.title }}</title>
<link>https://godotengine.org{{ post.url }}</link>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date: "%a, %e %b %Y %X +0000" }}</pubDate>
<pubDate>{{ post.date | date: "%a, %d %b %Y %X +0000" }}</pubDate>
</item>
{% endfor %}