diff --git a/package-lock.json b/package-lock.json index cb2fe695..b4544584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "16.5.1", + "version": "16.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "16.5.1", + "version": "16.5.2", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.2.2", diff --git a/package.json b/package.json index 9b9a047e..b88507ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "16.5.1", + "version": "16.5.2", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/_includes/partials/media/books/year.liquid b/src/_includes/partials/media/books/year.liquid index c45b9212..ace4ad1c 100644 --- a/src/_includes/partials/media/books/year.liquid +++ b/src/_includes/partials/media/books/year.liquid @@ -5,7 +5,7 @@ layout: default {%- capture currentYear -%}{% currentYear %}{%- endcapture -%} {%- assign yearString = year | append: '' -%} {%- assign currentYearString = currentYear | append: '' -%} -
{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go back{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backI've listened to {{ music.threeMonth.albums.size }} albums over the last 3 months and most of what I've listened to has been {{ music.threeMonth.genres | genresToString: 5 }}.
See my artists or tracks for this period.
diff --git a/src/pages/main/music/albums/all-time.html b/src/pages/main/music/albums/all-time.html index cb2a7fa4..ee88adde 100644 --- a/src/pages/main/music/albums/all-time.html +++ b/src/pages/main/music/albums/all-time.html @@ -7,7 +7,7 @@ pagination: permalink: "/music/albums/all-time/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backI've listened to {{ music.allTime.albums.size }} albums and most of what I listen to is {{ music.allTime.genres | genresToString: 5 }}.
See my artists or tracks for this period.
diff --git a/src/pages/main/music/albums/this-month.html b/src/pages/main/music/albums/this-month.html index 85e82caf..cd101101 100644 --- a/src/pages/main/music/albums/this-month.html +++ b/src/pages/main/music/albums/this-month.html @@ -7,7 +7,7 @@ pagination: permalink: "/music/albums/this-month/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backI've listened to {{ music.month.albums.size }} albums this month and most of what I've listened to has been {{ music.month.genres | genresToString: 5 }}.
See my artists or tracks for this period.
diff --git a/src/pages/main/music/albums/this-week.html b/src/pages/main/music/albums/this-week.html index 17db695c..867d442f 100644 --- a/src/pages/main/music/albums/this-week.html +++ b/src/pages/main/music/albums/this-week.html @@ -7,7 +7,7 @@ pagination: permalink: "/music/albums/this-week/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backI've listened to {{ music.week.albums.size }} albums this week and most of what I've listened to has been {{ music.week.genres | genresToString: 5 }}.
See my artists or tracks for this period.
diff --git a/src/pages/main/music/artists/3-months.html b/src/pages/main/music/artists/3-months.html index 73eb04da..ff2dbfd6 100644 --- a/src/pages/main/music/artists/3-months.html +++ b/src/pages/main/music/artists/3-months.html @@ -7,7 +7,7 @@ pagination: permalink: "/music/artists/three-months/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backI've listened to {{ music.threeMonth.artists.size }} artists over the last 3 months and most of what I've listened to has been {{ music.threeMonth.genres | genresToString: 5 }}.
See my albums or tracks for this period.
diff --git a/src/pages/main/music/artists/all-time.html b/src/pages/main/music/artists/all-time.html index dae9ae05..e9fd32bd 100644 --- a/src/pages/main/music/artists/all-time.html +++ b/src/pages/main/music/artists/all-time.html @@ -7,7 +7,7 @@ pagination: permalink: "/music/artists/all-time/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backI've listened to {{ music.allTime.artists.size }} artists and most of what I listen to is {{ music.allTime.genres | genresToString: 5 }}.
See my albums or tracks for this period.
diff --git a/src/pages/main/music/artists/this-month.html b/src/pages/main/music/artists/this-month.html index 9d9498ac..cc0c4f1c 100644 --- a/src/pages/main/music/artists/this-month.html +++ b/src/pages/main/music/artists/this-month.html @@ -7,7 +7,7 @@ pagination: permalink: "/music/artists/this-month/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backI've listened to {{ music.month.artists.size }} artists this month and most of what I've listened to has been {{ music.month.genres | genresToString: 5 }}.
See my albums or tracks for this period.
diff --git a/src/pages/main/music/artists/this-week.html b/src/pages/main/music/artists/this-week.html index 2eba60c6..8523be7c 100644 --- a/src/pages/main/music/artists/this-week.html +++ b/src/pages/main/music/artists/this-week.html @@ -7,7 +7,7 @@ pagination: permalink: "/music/artists/this-week/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backI've listened to {{ music.week.artists.size }} artists this week and most of what I've listened to has been {{ music.week.genres | genresToString: 5 }}.
See my albums or tracks for this period.
diff --git a/src/pages/main/music/tracks/3-months.html b/src/pages/main/music/tracks/3-months.html index 939e6212..fd48be12 100644 --- a/src/pages/main/music/tracks/3-months.html +++ b/src/pages/main/music/tracks/3-months.html @@ -7,7 +7,7 @@ pagination: permalink: "/music/tracks/three-months/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backI've listened to {{ music.threeMonth.tracks.size }} tracks over the last 3 months and most of what I've listened to has been {{ music.threeMonth.genres | genresToString: 5 }}.
See my artists or albums for this period.
diff --git a/src/pages/main/music/tracks/all-time.html b/src/pages/main/music/tracks/all-time.html index fbd7df8d..6ab58f94 100644 --- a/src/pages/main/music/tracks/all-time.html +++ b/src/pages/main/music/tracks/all-time.html @@ -7,7 +7,7 @@ pagination: permalink: "/music/tracks/all-time/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backI've listened to {{ music.allTime.tracks.size }} tracks and most of what I've listened to has been {{ music.allTime.genres | genresToString: 5 }}.
See my artists or albums for this period.
diff --git a/src/pages/main/music/tracks/this-month.html b/src/pages/main/music/tracks/this-month.html index 4687174b..e5c83020 100644 --- a/src/pages/main/music/tracks/this-month.html +++ b/src/pages/main/music/tracks/this-month.html @@ -7,7 +7,7 @@ pagination: permalink: "/music/tracks/this-month/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backI've listened to {{ music.month.tracks.size }} tracks this month and most of what I've listened to has been {{ music.month.genres | genresToString: 5 }}.
See my artists or albums for this period.
diff --git a/src/pages/main/music/tracks/this-week.html b/src/pages/main/music/tracks/this-week.html index 1541a6cb..0b2313b7 100644 --- a/src/pages/main/music/tracks/this-week.html +++ b/src/pages/main/music/tracks/this-week.html @@ -7,7 +7,7 @@ pagination: permalink: "/music/tracks/this-week/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: music --- -{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backI've listened to {{ music.week.tracks.size }} tracks this week and most of what I've listened to has been {{ music.week.genres | genresToString: 5 }}.
See my artists or albums for this period.
diff --git a/src/pages/main/watching/favorites/movies.html b/src/pages/main/watching/favorites/movies.html index 5fec3fce..53c0ef25 100644 --- a/src/pages/main/watching/favorites/movies.html +++ b/src/pages/main/watching/favorites/movies.html @@ -4,7 +4,7 @@ layout: default permalink: "/watching/favorite-movies/index.html" schema: watching --- -{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backThese are my favorite movies. There are many like them, but these are mine.
{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backThese are my favorite shows. There are many like them, but these are mine.
{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backThese are the movies I've watched recently. There are many like them, but these are mine.
{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go backThese are the shows I've watched recently. There are many like them, but these are mine.
{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go back {% if pagination.pageNumber == 0 %}These are movies I want to watch, sorted in alphabetical order. As one would expect, it will change as I navigate through and add to it.
diff --git a/src/pages/main/watching/to-watch/shows.html b/src/pages/main/watching/to-watch/shows.html index 0d95f4c3..a2ee8ece 100644 --- a/src/pages/main/watching/to-watch/shows.html +++ b/src/pages/main/watching/to-watch/shows.html @@ -8,7 +8,7 @@ pagination: permalink: "/watching/shows-to-watch/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: watching --- -{% tablericon "arrow-left" "Go back" %} Go back
+{% tablericon "arrow-left" "Go back" %} Go back {% if pagination.pageNumber == 0 %}These are shpws I want to watch, sorted in alphabetical order. As one would expect, it will change as I navigate through and add to it.