chore: update feed description
This commit is contained in:
parent
dcf23b7158
commit
638481996b
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ module.exports = async function () {
|
|||
title: content,
|
||||
url: `https://coryd.dev/now?ts=${date}`,
|
||||
date: new Date(date),
|
||||
description: 'My top artists for the week as a feed item.<br/><br/>',
|
||||
description: `My top artists as of ${
|
||||
new Date(date).toLocaleString().split(',')[0]
|
||||
}.<br/><br/>`,
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Reference in a new issue