chore: feed updates

This commit is contained in:
Cory Dransfeldt 2023-09-19 11:24:03 -07:00
parent d2366ff3d9
commit 55d74b6345
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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),
})
})
}

View file

@ -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>