fix(rss): add proper description value

This commit is contained in:
Florian Michaut 2024-11-21 12:57:18 +01:00
parent 2c8788d118
commit 486779e606

View File

@ -24,7 +24,7 @@
<item>
<title>{{ post.data.title }}</title>
<link>{{ absolutePostUrl }}</link>
<description>{{ post.description }}</description>
<description>{{ post.data.description }}</description>
<pubDate>{{ post.date | dateToRfc822 }}</pubDate>
<category>{{ post.data.type }}</category>
<dc:creator>{{ post.data.author or metadata.author }}</dc:creator>