diff --git a/package-lock.json b/package-lock.json index 07bab5e5..2abee311 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.3.15", + "version": "19.3.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.3.15", + "version": "19.3.16", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index 0a06b7c7..e784b12e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.3.15", + "version": "19.3.16", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index 2bff9408..1e63e33e 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -463,10 +463,6 @@ article { & [rel="author"] { margin-bottom: var(--sizing-xs); } - - & p:first-of-type { - margin-top: var(--sizing-sm); - } } .footnotes + .banner { @@ -594,14 +590,8 @@ li { flex-direction: row; } - article { - & h2 { - margin: 0 0 var(--sizing-xs); - } - - & p:first-of-type { - margin-top: var(--sizing-md); - } + article h2 { + margin: 0 0 var(--sizing-xs); } footer nav.social { diff --git a/src/assets/styles/pages/media.css b/src/assets/styles/pages/media.css index 14efd0d1..b3edcd06 100644 --- a/src/assets/styles/pages/media.css +++ b/src/assets/styles/pages/media.css @@ -66,7 +66,6 @@ & .artist-display { flex-direction: row; gap: var(--sizing-md); - margin: 0 0 var(--sizing-base) 0; & .artist-meta { margin-top: 0; diff --git a/src/pages/main/music/albums/3-months.html b/src/pages/main/music/albums/3-months.html index 32c3c4de..e70aca9b 100644 --- a/src/pages/main/music/albums/3-months.html +++ b/src/pages/main/music/albums/3-months.html @@ -13,7 +13,7 @@ schema: music {% if pagination.pageNumber == 0 %}
I've listened to {{ music.threeMonth.artists.size }} artists, {{ music.threeMonth.albums.size }} albums and {{ music.threeMonth.totalTracks }} tracks over the last 3 months. Most of that has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See the artists or tracks I've listened to over the last 3 months.
+See the artists or tracks I've listened to over the last 3 months. Or take a look at what I've listened to this week or this month.
I've listened to {{ music.month.artists.size }} artists, {{ music.month.albums.size }} albums and {{ music.month.totalTracks }} tracks this month. Most of that has been {{ music.month.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See the artists or tracks I've listened to this month.
+See the artists or tracks I've listened to this month. Or take a look at what I've listened to this week or over the last 3 months.
I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.totalTracks }} tracks this week. Most of that has been {{ music.week.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See the artists or tracks I've listened to this week.
+See the artists or tracks I've listened to this week. Or take a look at what I've listened to this month or over the last 3 months.
I've listened to {{ music.threeMonth.artists.size }} artists, {{ music.threeMonth.albums.size }} albums and {{ music.threeMonth.totalTracks }} tracks over the last 3 months. Most of that has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See the albums or tracks I've listened to over the last 3 months.
+See the albums or tracks I've listened to over the last 3 months. Or take a look at what I've listened to this week or this month.
I've listened to {{ music.month.artists.size }} artists, {{ music.month.albums.size }} albums and {{ music.month.totalTracks }} tracks this month. Most of that has been {{ music.month.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See the albums or tracks I've listened to this month.
+See the albums or tracks I've listened to this month. Or take a look at what I've listened to this week or over the last 3 months.
I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.totalTracks }} tracks this week. Most of that has been {{ music.week.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See the albums or tracks I've listened to this week.
+See the albums or tracks I've listened to this week. Or take a look at what I've listened to this month or over the last 3 months.
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've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.totalTracks }} tracks this week. Most of that has been {{ music.week.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See more of the artists, albums or tracks I've listened to this week.
+See more of the artists, albums or tracks I've listened to this week. Or take a look at what I've listened to this month or over the last 3 months
{% render "partials/widgets/now-playing.liquid" %}I've listened to {{ music.threeMonth.artists.size }} artists, {{ music.threeMonth.albums.size }} albums and {{ music.threeMonth.totalTracks }} tracks over the last 3 months. Most of that has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See more of the artists, albums or tracks I've listened to over the last 3 months.
+See more of the artists, albums or tracks I've listened to over the last 3 months. Or take a look at what I've listened to this week or this month.
I've listened to {{ music.month.artists.size }} artists, {{ music.month.albums.size }} albums and {{ music.month.totalTracks }} tracks this month. Most of that has been {{ music.month.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See more of the artists, albums or tracks I've listened to this month.
+See more of the artists, albums or tracks I've listened to this month. Or take a look at what I've listened to this week or over the last 3 months.
I've listened to {{ music.threeMonth.artists.size }} artists, {{ music.threeMonth.albums.size }} albums and {{ music.threeMonth.totalTracks }} tracks over the last 3 months. Most of that has been {{ music.threeMonth.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See the artists or albums I've listened to over the last 3 months.
+See the artists or albums I've listened to over the last 3 months. Or take a look at what I've listened to this week or this month.
I've listened to {{ music.month.artists.size }} artists, {{ music.month.albums.size }} albums and {{ music.month.totalTracks }} tracks this month. Most of that has been {{ music.month.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See the artists or albums this month.
+See the artists or albums this month. Or take a look at what I've listened to this week or over the last 3 months.
I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.totalTracks }} tracks this week. Most of that has been {{ music.week.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.
-See the artists or albums I've listened to this week.
+See the artists or albums I've listened to this week. Or take a look at what I've listened to this month or over the last 3 months.