Merge branch 'atom' into 'master'

Changed RSS to go to .html

See merge request rehrar/revuo-weekly!6
This commit is contained in:
Diego Salazar 2019-05-01 02:34:09 +02:00
commit 38cb7686eb

View file

@ -19,7 +19,7 @@ layout: null
<entry>
<title>{{ post.title }}</title>
<link href="{{ site.url }}{{ post.url }}"/>
<link href="{{ site.url }}{{ post.url }}.html"/>
<id>{{ site.url }}{{ post.id }}</id>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<content type="html">{{ post.content | xml_escape | truncatewords:50 }}</content>