diff --git a/feed.xml b/feed.xml index 75880a3..4bebae6 100644 --- a/feed.xml +++ b/feed.xml @@ -8,14 +8,17 @@ layout: null {{ site.description | xml_escape }} {{ site.url }} - {% for post in site.posts limit:10 %} + {% for post in site.posts limit:20 %} {{ post.title | xml_escape }} - {{ post.content | xml_escape }} + + {% if post.subtitle %}{{ post.subtitle | xml_escape }} - {% endif %} + {{ post.content | strip_html | xml_escape | truncatewords: 50 }} + {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} {{ site.url }}{{ post.url }} {{ site.url }}{{ post.url }} {% endfor %} - \ No newline at end of file +