diff --git a/feed.xml b/feed.xml index 7850857..ff0c1b5 100644 --- a/feed.xml +++ b/feed.xml @@ -8,7 +8,8 @@ layout: null {% if site.description %}{{ site.description | xml_escape }}{% endif %} {{ site.url }} - {% for post in site.posts limit:10 %} + {% for post in site.posts limit:20 %} + {% if post.status == "published" %} {{ post.title | xml_escape }} {% if post.author.name %} @@ -23,6 +24,7 @@ layout: null {{ site.url }}{{ post.url }} {{ site.url }}{{ post.url }} + {% endif %} {% endfor %} - \ No newline at end of file +