diff --git a/package-lock.json b/package-lock.json index a3660bee..e4ae8b52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.5.3", + "version": "19.5.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.5.3", + "version": "19.5.4", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index e8bd00d7..ec5faf7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.5.3", + "version": "19.5.4", "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 e489da94..bc4ba418 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 to the books index page" %} Back to books +{% tablericon "arrow-left" "Go back to the books index page" %} Back to books {{ content }} {% if yearString == currentYearString %} diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index 8ceb490e..62ac1af8 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -38,6 +38,7 @@ body { a:focus, a:focus-within { outline: 2px dashed var(--accent-color); + text-decoration: none; } body::-webkit-scrollbar { @@ -134,6 +135,9 @@ a { } &.back-link-header { + display: inline-flex; + flex-direction: row; + align-items: center; margin-bottom: var(--sizing-base); } } diff --git a/src/assets/styles/components/banners.css b/src/assets/styles/components/banners.css index 4fad34a2..3600760a 100644 --- a/src/assets/styles/components/banners.css +++ b/src/assets/styles/components/banners.css @@ -11,7 +11,6 @@ a { color: var(--text-color); - text-decoration: underline; } & > svg { diff --git a/src/pages/main/books/book.html b/src/pages/main/books/book.html index 8e8dd86c..f406e835 100644 --- a/src/pages/main/books/book.html +++ b/src/pages/main/books/book.html @@ -11,7 +11,7 @@ schema: book {%- capture alt -%} {{ book.title }}{% if book.authors %}By {{ book.authors }}{% endif %} {%- endcapture -%} -{% tablericon "arrow-left" "Go back to the books index page" %} Back to books +{% tablericon "arrow-left" "Go back to the books index page" %} Back to books
0 %}{{ pagi image: music.threeMonth.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to 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 }}.

diff --git a/src/pages/main/music/albums/this-month.html b/src/pages/main/music/albums/this-month.html index bc93eae4..b965a20a 100644 --- a/src/pages/main/music/albums/this-month.html +++ b/src/pages/main/music/albums/this-month.html @@ -9,7 +9,7 @@ permalink: "/music/albums/this-month/{% if pagination.pageNumber > 0 %}{{ pagina image: music.month.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

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 }}.

diff --git a/src/pages/main/music/albums/this-week.html b/src/pages/main/music/albums/this-week.html index 30b113dd..151092bc 100644 --- a/src/pages/main/music/albums/this-week.html +++ b/src/pages/main/music/albums/this-week.html @@ -9,7 +9,7 @@ permalink: "/music/albums/this-week/{% if pagination.pageNumber > 0 %}{{ paginat image: music.week.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

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 }}.

diff --git a/src/pages/main/music/artists/3-months.html b/src/pages/main/music/artists/3-months.html index 06168221..6765fb7d 100644 --- a/src/pages/main/music/artists/3-months.html +++ b/src/pages/main/music/artists/3-months.html @@ -9,7 +9,7 @@ permalink: "/music/artists/three-months/{% if pagination.pageNumber > 0 %}{{ pag image: music.threeMonth.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to 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 }}.

diff --git a/src/pages/main/music/artists/artist.html b/src/pages/main/music/artists/artist.html index 2487ad72..50fcc647 100644 --- a/src/pages/main/music/artists/artist.html +++ b/src/pages/main/music/artists/artist.html @@ -16,7 +16,7 @@ schema: artist {% endcapture %} -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music
0 %}{{ pagin image: music.month.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

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 }}.

diff --git a/src/pages/main/music/artists/this-week.html b/src/pages/main/music/artists/this-week.html index 6a4dca7f..aa20e5c5 100644 --- a/src/pages/main/music/artists/this-week.html +++ b/src/pages/main/music/artists/this-week.html @@ -9,7 +9,7 @@ permalink: "/music/artists/this-week/{% if pagination.pageNumber > 0 %}{{ pagina image: music.week.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

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 }}.

diff --git a/src/pages/main/music/genre.html b/src/pages/main/music/genre.html index b777e6d6..8a925159 100644 --- a/src/pages/main/music/genre.html +++ b/src/pages/main/music/genre.html @@ -21,7 +21,7 @@ schema: genre {% endcapture %} -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music

My top {{ genre.name }} artists {{ connectingWord }} {{ genre.artists | sortByPlaysDescending: "total_plays" | mediaLinks: "artist", 5 }}. I've listened to {{ genre.total_plays | formatNumber }} tracks form this genre.

diff --git a/src/pages/main/music/tracks/3-months.html b/src/pages/main/music/tracks/3-months.html index 55a375f6..a964556e 100644 --- a/src/pages/main/music/tracks/3-months.html +++ b/src/pages/main/music/tracks/3-months.html @@ -9,7 +9,7 @@ permalink: "/music/tracks/three-months/{% if pagination.pageNumber > 0 %}{{ pagi image: music.threeMonth.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to 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 }}.

diff --git a/src/pages/main/music/tracks/this-month.html b/src/pages/main/music/tracks/this-month.html index d7b03d7b..26345e06 100644 --- a/src/pages/main/music/tracks/this-month.html +++ b/src/pages/main/music/tracks/this-month.html @@ -9,7 +9,7 @@ permalink: "/music/tracks/this-month/{% if pagination.pageNumber > 0 %}{{ pagina image: music.month.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

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 }}.

diff --git a/src/pages/main/music/tracks/this-week.html b/src/pages/main/music/tracks/this-week.html index 5e9aeee0..185806a5 100644 --- a/src/pages/main/music/tracks/this-week.html +++ b/src/pages/main/music/tracks/this-week.html @@ -9,7 +9,7 @@ permalink: "/music/tracks/this-week/{% if pagination.pageNumber > 0 %}{{ paginat image: music.week.artists[0].image schema: music --- -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" "Go back to the music index page" %} Back to music {% if pagination.pageNumber == 0 %}

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 }}.

diff --git a/src/pages/main/watching/favorites/movies.html b/src/pages/main/watching/favorites/movies.html index cebe24ec..e7189f5c 100644 --- a/src/pages/main/watching/favorites/movies.html +++ b/src/pages/main/watching/favorites/movies.html @@ -8,7 +8,7 @@ pagination: permalink: "/watching/favorite-movies/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: watching --- -{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching {% if pagination.pageNumber == 0 %}

These are my favorite movies. There are many like them, but these are mine.

diff --git a/src/pages/main/watching/favorites/shows.html b/src/pages/main/watching/favorites/shows.html index b2d20f13..9e4d1513 100644 --- a/src/pages/main/watching/favorites/shows.html +++ b/src/pages/main/watching/favorites/shows.html @@ -8,7 +8,7 @@ pagination: permalink: "/watching/favorite-shows/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: watching --- -{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching {% if pagination.pageNumber == 0 %}

These are my favorite shows. There are many like them, but these are mine.

diff --git a/src/pages/main/watching/movie.html b/src/pages/main/watching/movie.html index f67fd324..483209fb 100644 --- a/src/pages/main/watching/movie.html +++ b/src/pages/main/watching/movie.html @@ -10,7 +10,7 @@ schema: movie {%- capture alt -%} {{ movie.title }} / {{ movie.year }}{% if move.rating %} ({{ movie.rating }}){% endif %} {%- endcapture -%} -{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching
0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: watching --- -{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching {% if pagination.pageNumber == 0 %}

These are the movies I've watched recently. There are many like them, but these are mine. (Or well, all the movies I've watched — they're ordered latest watched, descending, hence the recent part).

diff --git a/src/pages/main/watching/recent/shows.html b/src/pages/main/watching/recent/shows.html index 15709207..42bcd679 100644 --- a/src/pages/main/watching/recent/shows.html +++ b/src/pages/main/watching/recent/shows.html @@ -8,7 +8,7 @@ pagination: permalink: "/watching/recent/shows/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html" schema: watching --- -{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching {% if pagination.pageNumber == 0 %}

These are the shows I've watched recently. There are many like them, but these are mine. (Or well, all the movies I've watched — they're ordered latest watched, descending, hence the recent part).

diff --git a/src/pages/main/watching/show.html b/src/pages/main/watching/show.html index 4712556c..44f869c3 100644 --- a/src/pages/main/watching/show.html +++ b/src/pages/main/watching/show.html @@ -11,7 +11,7 @@ schema: show {{ show.title }} / {{ show.year }} {%- endcapture -%} {% assign lastWatched = show | getLastWatched %} -{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching +{% tablericon "arrow-left" "Go back to the watching index page" %} Back to watching