mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-21 23:35:01 +00:00
Revert feed changes
This commit is contained in:
parent
04d3930609
commit
18828ba394
2 changed files with 1 additions and 2 deletions
3
feed.xml
3
feed.xml
|
@ -15,8 +15,7 @@ layout: minify
|
||||||
<author>
|
<author>
|
||||||
<name>{{ site.title }}</name>
|
<name>{{ site.title }}</name>
|
||||||
</author>
|
</author>
|
||||||
<content>{{ post.content | markdownify }}</content>
|
<content type="html">{{ post.content | xml_escape }}</content>
|
||||||
<content:encoded>{{ post.content | xml_escape }}</content:encoded>
|
|
||||||
<published>{{ post.date | date_to_xmlschema }}</published>
|
<published>{{ post.date | date_to_xmlschema }}</published>
|
||||||
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
||||||
<id>{{ site.url }}/news#{{ post.date | date: '%Y-%m-%d' }}-{{ post.title }}</id>
|
<id>{{ site.url }}/news#{{ post.date | date: '%Y-%m-%d' }}-{{ post.title }}</id>
|
||||||
|
|
Loading…
Reference in a new issue