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 there's a valid entry return a normalized object
|
||||||
if (entry)
|
if (entry)
|
||||||
posts.push({
|
posts.push({
|
||||||
title,
|
title: title.trim(),
|
||||||
url,
|
url,
|
||||||
content: entry.description,
|
content: entry.description,
|
||||||
date,
|
date,
|
||||||
|
|
Reference in a new issue