From 37cc441db48c54e79908ab734554380c1d1387e2 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 20 May 2024 16:04:05 -0700 Subject: [PATCH] fix: consistency --- src/pages/main/music/index.html | 1 + src/pages/main/watching/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/src/pages/main/music/index.html b/src/pages/main/music/index.html index 57bf0cc7..cf07df2e 100644 --- a/src/pages/main/music/index.html +++ b/src/pages/main/music/index.html @@ -14,6 +14,7 @@ schema: music

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" %} +

{% tablericon "microphone-2" "Artists" %} diff --git a/src/pages/main/watching/index.html b/src/pages/main/watching/index.html index 6980b6e5..5e8c389f 100644 --- a/src/pages/main/watching/index.html +++ b/src/pages/main/watching/index.html @@ -10,6 +10,7 @@ schema: watching {% render "partials/media/watching/hero.liquid" movie:featuredMovie %}

Here's all of the TV and movies I've been watching presented in what is (hopefully) an organized fashion. You can also take a look at the movies and shows I'm planning to watch.

{% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-movies", text: "Subscribe to my movies feed or follow along on this page" %} +

{% tablericon "movie" "Recent movies" %}