{{ page.title | default: "Godot Engine" }}
diff --git a/pages/rss.xml b/pages/rss.xml
index 4f8fce2407..e07d5c15c1 100644
--- a/pages/rss.xml
+++ b/pages/rss.xml
@@ -7,15 +7,15 @@ permalink: /rss.xml
Godot Engine Official
- https://godotengine.org
+ {{ site.baseurl }}
Godot is a 2D and 3D free and open source game engine developed by a community of contributors. It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.
-
+
{% assign latest_posts = site.article | sort:"date" | reverse %}
{% for post in latest_posts limit:24 %}
{{ post.title }}
- https://godotengine.org{{ post.url }}
+ {{ site.baseurl }}{{ post.url }}
{{ post.content | xml_escape }}{{ post.date | date: "%a, %d %b %Y %X +0000" }}