diff --git a/src/_data/weeklyArtistChart.js b/src/_data/weeklyArtistChart.js index 22d8a0fa..06b998b7 100644 --- a/src/_data/weeklyArtistChart.js +++ b/src/_data/weeklyArtistChart.js @@ -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.

', + description: `My top artists as of ${ + new Date(date).toLocaleString().split(',')[0] + }.

`, } }) }