From 1f450eda6abfe6a2e4af66d0841d786331900953 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 20 May 2024 12:00:37 -0700 Subject: [PATCH] chore: now playing on root music page --- src/pages/main/music/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/main/music/index.html b/src/pages/main/music/index.html index b5c1a8c3..57bf0cc7 100644 --- a/src/pages/main/music/index.html +++ b/src/pages/main/music/index.html @@ -12,6 +12,7 @@ schema: music

This is everything I've been listening to recently — it's collected in a database as I listen to it and displayed here. You can read more about the technical details, if you'd like.

I mostly listen to {{ music.allTime.genres | genresToString: 5 }}. This week I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.tracks.size }} tracks.

+{% render "partials/widgets/now-playing.liquid" %} {% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-artist-charts", text: "I also have a feed of weekly artist charts I generate from this data" %}