chore: feeds + filters

This commit is contained in:
Cory Dransfeldt 2024-04-18 20:49:18 -07:00
parent 339cbf5741
commit 725408c487
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -60,6 +60,9 @@ export default {
})
},
// authors
authorLookup: (url, authorMap) => authorMap[url] || '',
// dates
readableDate: (date) => {
return DateTime.fromISO(date).toFormat('LLLL d, yyyy')