mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Add excrept to rss.xml (#989)
This commit is contained in:
@@ -16,6 +16,7 @@ permalink: /rss.xml
|
||||
<item>
|
||||
<title>{{ post.title | escape }}</title>
|
||||
<link>{{ site.url }}{{ post.url }}</link>
|
||||
<summary>{{ post.excerpt | escape }}</summary>
|
||||
<description>{{ post.content | markdownify | escape }}</description>
|
||||
{% for category in post.categories %}
|
||||
<category>{{ site.data.categories[category][0].name }}</category>
|
||||
|
||||
Reference in New Issue
Block a user