edited rss to full-lenght

This commit is contained in:
arcan1s 2014-06-09 21:48:37 +04:00
parent 1993235f36
commit 01d7e31772
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,8 @@ layout: none
{% else %}
<item>
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.description | xml_escape }}</description>
<description>{{ post.description | xml_escape }}
{{ post.content | xml_escape}}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
<link>{{ site.url }}{{ post.url }}</link>
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>

View File

@ -19,7 +19,8 @@ layout: none
{% else %}
<item>
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.description | xml_escape }}</description>
<description>{{ post.description | xml_escape }}
{{ post.content | xml_escape}}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
<link>{{ site.url }}{{ post.url }}</link>
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>