From a7ee73142c3253fb5f60aa170934a287d424a2c9 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 14 Nov 2023 18:55:36 -0800 Subject: [PATCH] fix: feed spacing --- src/_data/weeklyArtistChart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/weeklyArtistChart.js b/src/_data/weeklyArtistChart.js index 1a547c55..68d7f775 100644 --- a/src/_data/weeklyArtistChart.js +++ b/src/_data/weeklyArtistChart.js @@ -16,7 +16,7 @@ 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.\n\n', + description: 'My top artists for the week as a feed item.

', }, ] }