diff --git a/src/_data/weeklyArtistChart.js b/src/_data/weeklyArtistChart.js index aea1eda6..a5f77462 100644 --- a/src/_data/weeklyArtistChart.js +++ b/src/_data/weeklyArtistChart.js @@ -11,9 +11,9 @@ module.exports = async function () { return [ { title: content, - url: 'https://last.fm/user/coryd_', + url: `https://last.fm/user/coryd_?ts=${date}`, date: new Date(date), - description: 'My top artists for the week as a feed item.', + description: 'My top artists for the week as a feed item.\n\n', }, ] }