feat: full text rss
This commit is contained in:
parent
3a1ed0df06
commit
b980cccf02
2 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ export default {
|
|||
|
||||
// set the entry excerpt
|
||||
if (entry.description) excerpt = entry.description
|
||||
if (entry.data?.post_excerpt) excerpt = md.render(entry.data.post_excerpt)
|
||||
if (entry.content) excerpt = entry.content
|
||||
|
||||
// if there's a valid entry return a normalized object
|
||||
if (entry)
|
||||
|
|
Reference in a new issue