chore: feed updates
This commit is contained in:
parent
c15632bb3a
commit
719971d3fc
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ module.exports = function (eleventyConfig) {
|
|||
url: post.data.link,
|
||||
title: post.data.title,
|
||||
date: post.data.date,
|
||||
description: md.render(post.data.post_excerpt),
|
||||
description: post.data.post_excerpt,
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Reference in a new issue