fix: feed
This commit is contained in:
parent
d32e976329
commit
f8c9d4c579
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ export default {
|
|||
// if there's a valid entry return a normalized object
|
||||
if (entry)
|
||||
posts.push({
|
||||
title,
|
||||
title: title.trim(),
|
||||
url,
|
||||
content: entry.description,
|
||||
date,
|
||||
|
|
Reference in a new issue