From 451ab5dcc99432f41fc561560d2d6b2c79d06968 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 29 May 2024 13:54:28 -0700 Subject: [PATCH] chore: link titles --- src/_includes/partials/media/books/year.liquid | 2 +- src/_includes/partials/media/music/releases.liquid | 6 +++--- src/pages/main/books/book.html | 4 ++-- src/pages/main/music/albums/3-months.html | 2 +- src/pages/main/music/albums/all-time.html | 2 +- src/pages/main/music/albums/this-month.html | 2 +- src/pages/main/music/albums/this-week.html | 2 +- src/pages/main/music/artists/3-months.html | 2 +- src/pages/main/music/artists/all-time.html | 2 +- src/pages/main/music/artists/artist.html | 6 +++--- src/pages/main/music/artists/this-week.html | 2 +- src/pages/main/music/genre.html | 2 +- src/pages/main/music/tracks/3-months.html | 2 +- src/pages/main/music/tracks/all-time.html | 2 +- src/pages/main/music/tracks/this-month.html | 2 +- src/pages/main/music/tracks/this-week.html | 2 +- src/pages/main/watching/favorites/movies.html | 2 +- src/pages/main/watching/favorites/shows.html | 2 +- src/pages/main/watching/movie.html | 4 ++-- src/pages/main/watching/recent/movies.html | 2 +- src/pages/main/watching/recent/shows.html | 2 +- src/pages/main/watching/show.html | 4 ++-- src/pages/main/watching/to-watch/movies.html | 2 +- src/pages/main/watching/to-watch/shows.html | 2 +- 24 files changed, 31 insertions(+), 31 deletions(-) diff --git a/src/_includes/partials/media/books/year.liquid b/src/_includes/partials/media/books/year.liquid index 20c3a836..0eb4d1ff 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 {{ content }} {% if yearString == currentYearString %} diff --git a/src/_includes/partials/media/music/releases.liquid b/src/_includes/partials/media/music/releases.liquid index 555ed2db..7c10e9a9 100644 --- a/src/_includes/partials/media/music/releases.liquid +++ b/src/_includes/partials/media/music/releases.liquid @@ -6,14 +6,14 @@ {% for album in albumReleases %}
  • {{ album.date }}: - + {{ album.title }} by - + {{ album.artist }} - {{ album.genre }} + {{ album.genre }}
  • {% endfor %} \ No newline at end of file diff --git a/src/pages/main/books/book.html b/src/pages/main/books/book.html index 93875d27..c2ce9374 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" %} Go back +{% tablericon "arrow-left" "Go back" %} Go back
    {% if book.authors %}By {{ book.authors }}{% endif %}{% if book.categories %}{% if book.authors %} • {% endif %}{{ book.categories }}{% endif %}

    {% endif %} {% if book.status == 'finished' %}

    Finished on: {{ book.date | date: "%B %e, %Y" }}

    {% endif %} -

    View on Open Library

    +

    View on Open Library

    {% if book.description %}

    {{ book.description }}

    {% endif %} diff --git a/src/pages/main/music/albums/3-months.html b/src/pages/main/music/albums/3-months.html index ca60bc20..06596f16 100644 --- a/src/pages/main/music/albums/3-months.html +++ b/src/pages/main/music/albums/3-months.html @@ -8,7 +8,7 @@ pagination: permalink: "/music/albums/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 back {% if pagination.pageNumber == 0 %}

    I'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 | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

    diff --git a/src/pages/main/music/albums/all-time.html b/src/pages/main/music/albums/all-time.html index 5126f20c..ce23a3a6 100644 --- a/src/pages/main/music/albums/all-time.html +++ b/src/pages/main/music/albums/all-time.html @@ -8,7 +8,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 back {% if pagination.pageNumber == 0 %}

    I've listened to {{ music.allTime.albums.size }} albums and most of what I listen to is {{ music.allTime.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 30812ddc..a5c40f6d 100644 --- a/src/pages/main/music/albums/this-month.html +++ b/src/pages/main/music/albums/this-month.html @@ -8,7 +8,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 back {% if pagination.pageNumber == 0 %}

    I've listened to {{ music.month.albums.size }} albums this month and most of what I've listened to 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 a1170ad6..6a3c6cd0 100644 --- a/src/pages/main/music/albums/this-week.html +++ b/src/pages/main/music/albums/this-week.html @@ -8,7 +8,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 back {% if pagination.pageNumber == 0 %}

    I've listened to {{ music.week.albums.size }} albums this week and most of what I've listened to 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 d44e9ce2..b4b451ab 100644 --- a/src/pages/main/music/artists/3-months.html +++ b/src/pages/main/music/artists/3-months.html @@ -8,7 +8,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 back {% if pagination.pageNumber == 0 %}

    I'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 | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.

    diff --git a/src/pages/main/music/artists/all-time.html b/src/pages/main/music/artists/all-time.html index d6949f7b..7dd33c1e 100644 --- a/src/pages/main/music/artists/all-time.html +++ b/src/pages/main/music/artists/all-time.html @@ -8,7 +8,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 back {% if pagination.pageNumber == 0 %}

    I've listened to {{ music.allTime.artists.size }} artists and most of what I listen to is {{ music.allTime.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 7bdad5bf..d24a4f03 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" %} Go back +{% tablericon "arrow-left" "Go back" %} Go back
    diff --git a/src/pages/main/music/artists/this-week.html b/src/pages/main/music/artists/this-week.html index a8fbd4bd..263e9c91 100644 --- a/src/pages/main/music/artists/this-week.html +++ b/src/pages/main/music/artists/this-week.html @@ -8,7 +8,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 back {% if pagination.pageNumber == 0 %}

    I've listened to {{ music.week.artists.size }} artists this week and most of what I've listened to 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 85f5d011..0caba6b9 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" %} Go back +{% tablericon "arrow-left" "Go back" %} Go back

    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 f2381964..4948f518 100644 --- a/src/pages/main/music/tracks/3-months.html +++ b/src/pages/main/music/tracks/3-months.html @@ -8,7 +8,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 back {% if pagination.pageNumber == 0 %}

    I've listened to {{ music.threeMonth.totalTracks }} tracks over the last 3 months and most of what I've listened to has been {{ music.threeMonth.genres | listToString: "genre", 5 }}.

    diff --git a/src/pages/main/music/tracks/all-time.html b/src/pages/main/music/tracks/all-time.html index 8fa54fd3..47e3b667 100644 --- a/src/pages/main/music/tracks/all-time.html +++ b/src/pages/main/music/tracks/all-time.html @@ -8,7 +8,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 back {% if pagination.pageNumber == 0 %}

    I've listened to {{ music.allTime.totalTracks }} tracks and most of what I've listened to has been {{ music.allTime.genres | listToString: "genre", 5 }}.

    diff --git a/src/pages/main/music/tracks/this-month.html b/src/pages/main/music/tracks/this-month.html index 2b592127..d89ceceb 100644 --- a/src/pages/main/music/tracks/this-month.html +++ b/src/pages/main/music/tracks/this-month.html @@ -8,7 +8,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 back {% if pagination.pageNumber == 0 %}

    I've listened to {{ music.month.totalTracks }} tracks this month and most of what I've listened to has been {{ music.month.genres | listToString: "genre", 5 }}.

    diff --git a/src/pages/main/music/tracks/this-week.html b/src/pages/main/music/tracks/this-week.html index 0dfede3b..0c1cf395 100644 --- a/src/pages/main/music/tracks/this-week.html +++ b/src/pages/main/music/tracks/this-week.html @@ -8,7 +8,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 back {% if pagination.pageNumber == 0 %}

    I've listened to {{ music.week.totalTracks }} tracks this week and most of what I've listened to has been {{ music.week.genres | listToString: "genre", 5 }}.

    diff --git a/src/pages/main/watching/favorites/movies.html b/src/pages/main/watching/favorites/movies.html index 3e15001a..6351fc93 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" %} Go back +{% tablericon "arrow-left" "Go back" %} Go back {% 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 672f6e6c..18a92fff 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" %} Go back +{% tablericon "arrow-left" "Go back" %} Go back {% 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 071ab281..f6573497 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" %} Go back +{% tablericon "arrow-left" "Go back" %} Go back
    {{ movie.title }}

    {% if movie.rating %}

    {{ movie.rating }}

    {% endif %} {% if movie.lastWatched %}

    Last watched on: {{ movie.lastWatched | date: "%B %e, %Y" }}

    {% endif %} -

    View on TMDB

    +

    View on TMDB

    {% if movie.review %} {% render "partials/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %} diff --git a/src/pages/main/watching/recent/movies.html b/src/pages/main/watching/recent/movies.html index c35a5dc0..1cbbdb06 100644 --- a/src/pages/main/watching/recent/movies.html +++ b/src/pages/main/watching/recent/movies.html @@ -8,7 +8,7 @@ pagination: permalink: "/watching/recent/movies/{% 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 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 0b6df543..9b2a50fc 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" %} Go back +{% tablericon "arrow-left" "Go back" %} Go back {% 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 4205cdd2..2ac3ef27 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" %} Go back +{% tablericon "arrow-left" "Go back" %} Go back

    {{ show.title }}

    {% if lastWatched %}

    Last watched on: {{ lastWatched | date: "%B %e, %Y" }}

    {% endif %} -

    View on TMDB

    +

    View on TMDB

    {% if show.review %}

    {{ show.review | markdown }}

    diff --git a/src/pages/main/watching/to-watch/movies.html b/src/pages/main/watching/to-watch/movies.html index 73ca7100..98ff86cf 100644 --- a/src/pages/main/watching/to-watch/movies.html +++ b/src/pages/main/watching/to-watch/movies.html @@ -9,7 +9,7 @@ pagination: permalink: "/watching/movies-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 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 fcc7f022..af5f5609 100644 --- a/src/pages/main/watching/to-watch/shows.html +++ b/src/pages/main/watching/to-watch/shows.html @@ -9,7 +9,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 shows I want to watch, sorted in alphabetical order. As one would expect, it will change as I navigate through and add to it.