Skip to content
Snippets Groups Projects
Commit 126cda4b authored by Diego Salazar's avatar Diego Salazar
Browse files

Changed RSS to go to .html

parent 55387c20
No related branches found
No related tags found
1 merge request!6Changed RSS to go to .html
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment