From 638481996bcf84c940c05cda2c02562053938c23 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 15 Nov 2023 12:41:36 -0800 Subject: [PATCH] chore: update feed description --- src/_data/weeklyArtistChart.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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] + }.

`, } }) }