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