Skip to content

Commit

Permalink
Format RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetcecen committed Apr 4, 2016
1 parent b760a4d commit 6686cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ layout: null
{% for post in site.posts limit:10 %}
<item>
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.content | xml_escape }}</description>
<description>{{ post.content | strip_html | xml_escape }}</description>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>
Expand Down

0 comments on commit 6686cf0

Please sign in to comment.