mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-05 10:10:00 +03:00
Add full content on Atom feed (#982)
This commit is contained in:
committed by
GitHub
parent
237acbb087
commit
6d958c16de
@@ -17,7 +17,8 @@ permalink: /atom.xml
|
||||
<link href="{{ site.url }}{{ post.url }}"/>
|
||||
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
||||
<id>{{ site.url }}{{ post.url }}</id>
|
||||
<content type="html">{{ post.excerpt | xml_escape }}</content>
|
||||
<summary>{{ post.excerpt | escape }}</summary>
|
||||
<content type="html">{{ post.content | markdownify | xml_escape }}</content>
|
||||
<author>
|
||||
<name>{{ post.author | xml_escape }}</name>
|
||||
</author>
|
||||
|
||||
Reference in New Issue
Block a user