chore: descriptions

This commit is contained in:
Cory Dransfeldt 2024-05-17 13:17:45 -07:00
parent 614d1e210c
commit 2ce9d35578
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

View file

@ -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)