mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-12-01 15:33:27 +01:00
Changed RSS to go to .html
This commit is contained in:
parent
55387c20b3
commit
126cda4bc5
2
atom.xml
2
atom.xml
@ -19,7 +19,7 @@ layout: null
|
|||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<title>{{ post.title }}</title>
|
<title>{{ post.title }}</title>
|
||||||
<link href="{{ site.url }}{{ post.url }}"/>
|
<link href="{{ site.url }}{{ post.url }}.html"/>
|
||||||
<id>{{ site.url }}{{ post.id }}</id>
|
<id>{{ site.url }}{{ post.id }}</id>
|
||||||
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
||||||
<content type="html">{{ post.content | xml_escape | truncatewords:50 }}</content>
|
<content type="html">{{ post.content | xml_escape | truncatewords:50 }}</content>
|
||||||
|
Loading…
Reference in New Issue
Block a user