diff --git a/source/feed.liquid b/source/feed.liquid index 7fa750172..1a11548f8 100644 --- a/source/feed.liquid +++ b/source/feed.liquid @@ -13,7 +13,7 @@ eleventyExcludeFromCollections: true {%- for post in posts limit:6 -%} {%- assign absolutePostUrl = post.url | absoluteUrl: site.url %} - {{ post.data.title }} + {{ post.data.title | escape }} {{ absolutePostUrl }} {{ post.date | dateToRfc3339 }}