chore: descriptions
This commit is contained in:
parent
614d1e210c
commit
2ce9d35578
3 changed files with 5 additions and 3 deletions
|
@ -53,6 +53,8 @@ export const followContent = (collection) => {
|
|||
title: `${icon}: ${getTitle(item)}`
|
||||
}
|
||||
if (item.data?.link) content.url = item.data?.link
|
||||
if (item.data?.description) content.description = item.data.description
|
||||
if (item?.description) content.description = item.description
|
||||
const date = getDate ? parseDate(getDate(item)) : null
|
||||
if (date) content.date = date
|
||||
aggregateContent.push(content)
|
||||
|
|
Reference in a new issue