diff --git a/package-lock.json b/package-lock.json index 8aa0209..bf6abe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "10.8.6", + "version": "10.8.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "10.8.6", + "version": "10.8.7", "license": "MIT", "dependencies": { "minisearch": "^7.1.2", @@ -914,9 +914,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001723", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001723.tgz", - "integrity": "sha512-1R/elMjtehrFejxwmexeXAtae5UO9iSyFn6G/I806CYC/BLyyBk1EPhrKBkWhy6wM6Xnm47dSJQec+tLJ39WHw==", + "version": "1.0.30001724", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001724.tgz", + "integrity": "sha512-WqJo7p0TbHDOythNTqYujmaJTvtYRZrjpP8TCvH6Vb9CYJerJNKamKzIWOM4BkQatWj9H2lYulpdAQNBe7QhNA==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 6769e9f..7e2e731 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "10.8.6", + "version": "10.8.7", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "engines": { diff --git a/src/pages/static/media/music/this-month/albums.html b/src/pages/static/media/music/this-month/albums.html index 05f9581..7413dfa 100644 --- a/src/pages/static/media/music/this-month/albums.html +++ b/src/pages/static/media/music/this-month/albums.html @@ -8,7 +8,7 @@ permalink: "/music/this-month/albums/{% if pagination.pageNumber > 0 %}{{ pagina schema: music-month-albums --- {% if pagination.pageNumber == 0 %} -

Albums this month

+

{{ title }}

These are the albums I've been listening to this month. All of them are awesome. Listed in descending order from most plays to least.

You can also take a look at the artists I've listened to this month, the artists I've listened to this week or the albums I've listened to this week. I also keep track of the concerts I've been to.


diff --git a/src/pages/static/media/music/this-month/artists.html b/src/pages/static/media/music/this-month/artists.html index 9982d77..2bd2536 100644 --- a/src/pages/static/media/music/this-month/artists.html +++ b/src/pages/static/media/music/this-month/artists.html @@ -8,7 +8,7 @@ permalink: "/music/this-month/artists/{% if pagination.pageNumber > 0 %}{{ pagin schema: music-month-artists --- {% if pagination.pageNumber == 0 %} -

Artists this month

+

{{ title }}

These are the artists I've been listening to this month. All of them are awesome. Listed in descending order from most plays to least.

You can also take a look at the the albums I've listened to this week, albums I've listened to this month or the artists I've listened to this week. I also keep track of the concerts I've been to.


diff --git a/src/pages/static/media/music/this-week/albums.html b/src/pages/static/media/music/this-week/albums.html index 4a7dbd2..cc8de2b 100644 --- a/src/pages/static/media/music/this-week/albums.html +++ b/src/pages/static/media/music/this-week/albums.html @@ -8,7 +8,7 @@ permalink: "/music/this-week/albums/{% if pagination.pageNumber > 0 %}{{ paginat schema: music-week-albums --- {% if pagination.pageNumber == 0 %} -

Albums this week

+

{{ title }}

These are the albums I've been listening to this week. All of them are awesome. Listed in descending order from most plays to least.

You can also take a look at the artists I've listened to this month, the artists I've listened to this week or the albums I've listened to this month. I also keep track of the concerts I've been to.


diff --git a/src/pages/static/media/music/this-week/artists.html b/src/pages/static/media/music/this-week/artists.html index 78063b3..bedb05f 100644 --- a/src/pages/static/media/music/this-week/artists.html +++ b/src/pages/static/media/music/this-week/artists.html @@ -8,7 +8,7 @@ permalink: "/music/this-week/artists/{% if pagination.pageNumber > 0 %}{{ pagina schema: music-week-artists --- {% if pagination.pageNumber == 0 %} -

Artists this week

+

{{ title }}

These are the artists I've been listening to this week. All of them are awesome. Listed in descending order from most plays to least.

You can also take a look at the albums I've listened to this week, the albums I've listened to this month or the artists I've listened to this month. I also keep track of the concerts I've been to.


diff --git a/src/pages/static/media/music/this-week/tracks.html b/src/pages/static/media/music/this-week/tracks.html index aca6c51..3ee1b7c 100644 --- a/src/pages/static/media/music/this-week/tracks.html +++ b/src/pages/static/media/music/this-week/tracks.html @@ -8,7 +8,7 @@ permalink: "/music/this-week/tracks/{% if pagination.pageNumber > 0 %}{{ paginat schema: music-week-tracks --- {% if pagination.pageNumber == 0 %} -

Artists this week

+

{{ title }}

These are the tracks I've been listening to this week. Some of them are awesome. Listed in descending order from most plays to least.

You can also take a look at the albums I've listened to this week, the albums I've listened to this month, the artists I've listened to this week or the the artists I've listened to this month. I also keep track of the concerts I've been to.