{{ 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 %}{{ title }}
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 %}{{ title }}
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 %}{{ title }}
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 %}{{ title }}
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 %}{{ title }}
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 %}{{ title }}
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{{ title }}
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{{ genre.name }}
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 %}{{ title }}
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 %}{{ title }}
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 %}{{ title }}
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 %}{{ title }}
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 %}{{ title }}
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 %}{{ title }}
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{{ title }}
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 %}{{ title }}
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 %} {% endif %} - + {% 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 %}{{ title }}
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 %}{{ title }}
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.