diff --git a/feed.xml b/feed.xml index 58730fc391..5e6921d46a 100644 --- a/feed.xml +++ b/feed.xml @@ -17,7 +17,7 @@ layout: null {{ post.url | prepend: site.url }} - {{ post.content | strip_html | truncate: '400' }} + {{ post.content | strip_html | truncatewords: '50' }} {{ post.date | date_to_rfc822 }}