chore: feeds + filters
This commit is contained in:
parent
339cbf5741
commit
725408c487
2 changed files with 5 additions and 1 deletions
|
@ -60,6 +60,9 @@ export default {
|
|||
})
|
||||
},
|
||||
|
||||
// authors
|
||||
authorLookup: (url, authorMap) => authorMap[url] || '',
|
||||
|
||||
// dates
|
||||
readableDate: (date) => {
|
||||
return DateTime.fromISO(date).toFormat('LLLL d, yyyy')
|
||||
|
|
Reference in a new issue