diff --git a/src/feed.njk b/src/feed.njk index 1aaa370..ff3677f 100644 --- a/src/feed.njk +++ b/src/feed.njk @@ -24,7 +24,7 @@ {{ post.data.title }} {{ absolutePostUrl }} - {{ post.description }} + {{ post.data.description }} {{ post.date | dateToRfc822 }} {{ post.data.type }} {{ post.data.author or metadata.author }}