chore: feed updates
This commit is contained in:
parent
e60e59930c
commit
c06c302f1d
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ module.exports = async function () {
|
||||||
id: entry.url,
|
id: entry.url,
|
||||||
title: entry.title,
|
title: entry.title,
|
||||||
url: entry.url,
|
url: entry.url,
|
||||||
|
description: entry.content || '',
|
||||||
content_html: entry.content || '',
|
content_html: entry.content || '',
|
||||||
date_published: entry.published,
|
date_published: entry.published,
|
||||||
})
|
})
|
||||||
|
|
Reference in a new issue