mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-06 14:09:58 +03:00
Add full url and correct pubDate
This commit is contained in:
@@ -15,9 +15,9 @@ permalink: /rss.xml
|
||||
{% for post in latest_posts limit:24 %}
|
||||
<item>
|
||||
<title>{{ post.title }}</title>
|
||||
<link>{{ post.url }}</link>
|
||||
<link>https://godotengine.org{{ post.url }}</link>
|
||||
<description>{{ post.content | xml_escape }}</description>
|
||||
<pubDate>{{ post.date | date: "%a, %B %e %Y %X +0000" }}</pubDate>
|
||||
<pubDate>{{ post.date | date: "%a, %e %b %Y %X +0000" }}</pubDate>
|
||||
</item>
|
||||
{% endfor %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user