Changed RSS to go to .html

This commit is contained in:
Diego 'rehrar' Salazar 2019-04-30 17:33:17 -07:00
parent 55387c20b3
commit 126cda4bc5

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>