diff --git a/feed.xml b/feed.xml index 0d313d5..64ee699 100644 --- a/feed.xml +++ b/feed.xml @@ -1,5 +1,4 @@ --- -layout: none --- @@ -11,11 +10,13 @@ layout: none {% for post in site.posts limit:10 %} {{ post.title | xml_escape }} - {% if post.description %} - {{ post.description | xml_escape }} - {% else %} - {{ site.description | xml_escape }} - {% endif %} + {% if post.excerpt %} + {{ post.excerpt | xml_escape }} + {% elsif post.description %} + {{ post.description | xml_escape }} + {% else %} + {{ site.description | xml_escape }} + {% endif %} {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} {{ site.url }}{{ post.url }} {{ site.url }}{{ post.url }}