fix(rss): add proper description value
This commit is contained in:
parent
2c8788d118
commit
486779e606
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user