chore: feed updates
This commit is contained in:
parent
d2366ff3d9
commit
55d74b6345
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: post.data.post_excerpt,
|
||||
description: md.render(post.data.post_excerpt),
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<link href="{{ site.url }}" />
|
||||
<link rel="hub" href="https://pubsubhubbub.superfeedr.com/" />
|
||||
<updated>{{ updated | stringToDate | dateToRfc822 }}</updated>
|
||||
<id>{{ site.url }}</id>
|
||||
<id>{{ site.url }}/</id>
|
||||
<author>
|
||||
<name>{{ site.name }}</name>
|
||||
<email>{{ site.email }}</email>
|
||||
|
|
Reference in a new issue