From ad81c2a4eda404c2d6da63d606581c7912802ec6 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 14 Nov 2023 15:44:19 -0800 Subject: [PATCH] chore: minor fixes --- src/_data/weeklyArtistChart.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', }, ] }