- {% tablericon "activity" "Recent activity" %} + {% tablericon "activity" %} Recent activity
-
diff --git a/src/includes/partials/home/recent-posts.liquid b/src/includes/partials/home/recent-posts.liquid
index d9314bc8..5ba3558f 100644
--- a/src/includes/partials/home/recent-posts.liquid
+++ b/src/includes/partials/home/recent-posts.liquid
@@ -1,11 +1,11 @@
- {% tablericon "clock" "Recent posts" %} + {% tablericon "clock" %} Recent posts
{%- for post in posts limit: 5 -%}-
{%- for link in nav.primary -%}
diff --git a/src/includes/partials/nav/paginator.liquid b/src/includes/partials/nav/paginator.liquid
index 9c3d0804..261609ac 100644
--- a/src/includes/partials/nav/paginator.liquid
+++ b/src/includes/partials/nav/paginator.liquid
@@ -2,14 +2,14 @@
\ No newline at end of file
diff --git a/src/includes/partials/nav/theme-toggle.liquid b/src/includes/partials/nav/theme-toggle.liquid
index a4fc3a7b..c779d64d 100644
--- a/src/includes/partials/nav/theme-toggle.liquid
+++ b/src/includes/partials/nav/theme-toggle.liquid
@@ -3,10 +3,10 @@
{% tablericon "heart" "Favorite" %} This is one of my favorite books!
+{% tablericon "heart" %} This is one of my favorite books!
{%- endif -%} {%- if book.tattoo -%} -{% tablericon "needle" "Tattoo" %} I have a tattoo inspired by this book!
+{% tablericon "needle" %} I have a tattoo inspired by this book!
{%- endif -%} {% if book.status == 'finished' %}Finished on: {{ book.date | date: "%B %e, %Y" }}
diff --git a/src/pages/dynamic/books/year.html b/src/pages/dynamic/books/year.html index 68bc12b4..eedfb09f 100644 --- a/src/pages/dynamic/books/year.html +++ b/src/pages/dynamic/books/year.html @@ -13,7 +13,7 @@ schema: books-year {%- capture currentYear -%}{% currentYear %}{%- endcapture -%} {%- assign yearString = year.value | append: '' -%} {%- assign currentYearString = currentYear | append: '' -%} -{% tablericon "arrow-left" "Go back to the books index page" %} Back to books +{% tablericon "arrow-left" %} Back to books{{ year.value }} / Books
{% if yearString == currentYearString %}I've finished {{ bookData.size }} books this year.{%- if favoriteBooks %} Among my favorites are {{ favoriteBooks }}.{%- endif -%}
diff --git a/src/pages/dynamic/music/albums/3-months.html b/src/pages/dynamic/music/albums/3-months.html index 76332c98..d4d690f9 100644 --- a/src/pages/dynamic/music/albums/3-months.html +++ b/src/pages/dynamic/music/albums/3-months.html @@ -9,7 +9,7 @@ permalink: "/music/albums/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" %} Back to music {% if pagination.pageNumber == 0 %}{{ title }}
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/dynamic/music/albums/this-month.html b/src/pages/dynamic/music/albums/this-month.html index 90349321..5b68a97b 100644 --- a/src/pages/dynamic/music/albums/this-month.html +++ b/src/pages/dynamic/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" %} Back to music {% if pagination.pageNumber == 0 %}{{ title }}
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/dynamic/music/albums/this-week.html b/src/pages/dynamic/music/albums/this-week.html index 5c53c17c..ed04f59c 100644 --- a/src/pages/dynamic/music/albums/this-week.html +++ b/src/pages/dynamic/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" %} Back to music {% if pagination.pageNumber == 0 %}{{ title }}
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/dynamic/music/artists/3-months.html b/src/pages/dynamic/music/artists/3-months.html index 7cc33b9a..ea1fd189 100644 --- a/src/pages/dynamic/music/artists/3-months.html +++ b/src/pages/dynamic/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" %} Back to music {% if pagination.pageNumber == 0 %}{{ title }}
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/dynamic/music/artists/artist.html b/src/pages/dynamic/music/artists/artist.html index d75e19a8..64383652 100644 --- a/src/pages/dynamic/music/artists/artist.html +++ b/src/pages/dynamic/music/artists/artist.html @@ -19,7 +19,7 @@ schema: artist {%- endif -%} {%- endcapture -%} -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" %} Back to music{{ artist.name }}
-{% tablericon "map-pin" "Country" %} {{ artist.country }}
+{% tablericon "map-pin" %} {{ artist.country }}
{%- if artist.favorite -%} -{% tablericon "heart" "Favorite" %} This is one of my favorite artists!
+{% tablericon "heart" %} This is one of my favorite artists!
{%- endif -%} {%- if artist.tattoo -%} -{% tablericon "needle" "Tattoo" %} I have a tattoo inspired by this artist!
+{% tablericon "needle" %} I have a tattoo inspired by this artist!
{%- endif -%} {%- if artist.totalPlays > 0 -%}{{ artist.totalPlays | formatNumber }} {{ playLabel }}
@@ -70,7 +70,7 @@ schema: artist {%- if artist.concerts -%}- {% tablericon "device-speaker" "concert" %} + {% tablericon "device-speaker" %} I've seen this artist live!
-
diff --git a/src/pages/dynamic/music/artists/this-month.html b/src/pages/dynamic/music/artists/this-month.html
index 5b56b538..81588e96 100644
--- a/src/pages/dynamic/music/artists/this-month.html
+++ b/src/pages/dynamic/music/artists/this-month.html
@@ -9,7 +9,7 @@ permalink: "/music/artists/this-month/{% if pagination.pageNumber > 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" %} Back to music
{% if pagination.pageNumber == 0 %}
{{ title }}
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/dynamic/music/artists/this-week.html b/src/pages/dynamic/music/artists/this-week.html index deeb909a..d7c67c36 100644 --- a/src/pages/dynamic/music/artists/this-week.html +++ b/src/pages/dynamic/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" %} Back to music {% if pagination.pageNumber == 0 %}{{ title }}
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/dynamic/music/concerts.html b/src/pages/dynamic/music/concerts.html index 6693cbf4..bcfa9f1e 100644 --- a/src/pages/dynamic/music/concerts.html +++ b/src/pages/dynamic/music/concerts.html @@ -35,7 +35,7 @@ permalink: "/music/concerts/{% if pagination.pageNumber > 0 %}{{ pagination.page {% if venue %} at {{ venue }}{% endif %} {%- if concert.notes -%} {% assign notes = concert.notes | prepend: "### Notes\n" | markdown %} - {% render "partials/blocks/modal.liquid", label:"Concert info", icon:"info-circle", content:notes, id:concert.id %} + {% render "partials/blocks/modal.liquid", icon:"info-circle", content:notes, id:concert.id %} {%- endif -%} {%- endfor -%} diff --git a/src/pages/dynamic/music/genre.html b/src/pages/dynamic/music/genre.html index 0d94ff36..a610d150 100644 --- a/src/pages/dynamic/music/genre.html +++ b/src/pages/dynamic/music/genre.html @@ -18,7 +18,7 @@ schema: genre {%- endcapture -%} {%- assign mediaLinks = genre.artists | sortByPlaysDescending: "total_plays" | mediaLinks: "artist", 5 -%} -{% tablericon "arrow-left" "Go back to the music index page" %} Back to music +{% tablericon "arrow-left" %} Back to music{{ genre.name }}
- {% tablericon "microphone-2" "Artists" %} + {% tablericon "microphone-2" %} Artists
{% render "partials/media/grid.liquid", data:music.week.artists, shape: "square", count: 8, loading: "eager" %}- {% tablericon "vinyl" "Albums" %} + {% tablericon "vinyl" %} Albums
{% render "partials/media/grid.liquid", data:music.week.albums, shape: "square", count: 8 %}- {% tablericon "playlist" "Tracks" %} + {% tablericon "playlist" %} Tracks
@@ -46,7 +46,7 @@ schema: music-index- {% tablericon "calendar-time" "Anticipated albums" %} + {% tablericon "calendar-time" %} Anticipated albums
{% render "partials/media/grid.liquid", data:albumReleases.upcoming, shape: "square", count: 8 %} diff --git a/src/pages/dynamic/music/periods/3-months.html b/src/pages/dynamic/music/periods/3-months.html index 62028f88..e9d264e9 100644 --- a/src/pages/dynamic/music/periods/3-months.html +++ b/src/pages/dynamic/music/periods/3-months.html @@ -14,21 +14,21 @@ schema: music-period- {% tablericon "microphone-2" "Artists" %} + {% tablericon "microphone-2" %} Artists
{% render "partials/media/grid.liquid", data:music.threeMonth.artists, shape: "square", count: 8, loading: "eager" %}- {% tablericon "vinyl" "Albums" %} + {% tablericon "vinyl" %} Albums
{% render "partials/media/grid.liquid", data:music.threeMonth.albums, shape: "square", count: 8 %}- {% tablericon "playlist" "Tracks" %} + {% tablericon "playlist" %} Tracks
diff --git a/src/pages/dynamic/music/periods/this-month.html b/src/pages/dynamic/music/periods/this-month.html index 71cc1b4d..fe0b2a42 100644 --- a/src/pages/dynamic/music/periods/this-month.html +++ b/src/pages/dynamic/music/periods/this-month.html @@ -14,21 +14,21 @@ schema: music-period- {% tablericon "microphone-2" "Artists" %} + {% tablericon "microphone-2" %} Artists
{% render "partials/media/grid.liquid", data:music.month.artists, shape: "square", count: 8, loading: "eager" %}- {% tablericon "vinyl" "Albums" %} + {% tablericon "vinyl" %} Albums
{% render "partials/media/grid.liquid", data:music.month.albums, shape: "square", count: 8 %}- {% tablericon "playlist" "Tracks" %} + {% tablericon "playlist" %} Tracks
diff --git a/src/pages/dynamic/music/tracks/3-months.html b/src/pages/dynamic/music/tracks/3-months.html index 264c8b8e..a2966666 100644 --- a/src/pages/dynamic/music/tracks/3-months.html +++ b/src/pages/dynamic/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" %} Back to music {% if pagination.pageNumber == 0 %}{{ title }}
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/dynamic/music/tracks/this-month.html b/src/pages/dynamic/music/tracks/this-month.html index 62164de0..66e878bf 100644 --- a/src/pages/dynamic/music/tracks/this-month.html +++ b/src/pages/dynamic/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" %} Back to music {% if pagination.pageNumber == 0 %}{{ title }}
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/dynamic/music/tracks/this-week.html b/src/pages/dynamic/music/tracks/this-week.html index 99f627d5..9367cbe1 100644 --- a/src/pages/dynamic/music/tracks/this-week.html +++ b/src/pages/dynamic/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" %} Back to music {% if pagination.pageNumber == 0 %}{{ title }}
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/dynamic/posts/index.html b/src/pages/dynamic/posts/index.html index 889b0081..1e6a0b3e 100644 --- a/src/pages/dynamic/posts/index.html +++ b/src/pages/dynamic/posts/index.html @@ -10,7 +10,7 @@ permalink: "/posts/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }} {% for post in pagination.items %}{{ title }}
These are my favorite movies. There are many like them, but these are mine.
diff --git a/src/pages/dynamic/watching/favorites/shows.html b/src/pages/dynamic/watching/favorites/shows.html index 592b73ec..139d4281 100644 --- a/src/pages/dynamic/watching/favorites/shows.html +++ b/src/pages/dynamic/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" %} Back to watching {% if pagination.pageNumber == 0 %}{{ title }}
These are my favorite shows. There are many like them, but these are mine.
diff --git a/src/pages/dynamic/watching/index.html b/src/pages/dynamic/watching/index.html index 00da5d3b..5641856e 100644 --- a/src/pages/dynamic/watching/index.html +++ b/src/pages/dynamic/watching/index.html @@ -14,21 +14,21 @@ schema: watching- {% tablericon "movie" "Recent movies" %} + {% tablericon "movie" %} Recent movies
{% render "partials/media/grid.liquid", data:movies.recentlyWatched, shape: "vertical", count: 6 %}- {% tablericon "device-tv-old" "Recent shows" %} + {% tablericon "device-tv-old" %} Recent shows
{% render "partials/media/grid.liquid", data:tv.recentlyWatched, shape: "vertical", count: 6 %}- {% tablericon "star" "Favorite movies" %} + {% tablericon "star" %} Favorite movies
@@ -36,7 +36,7 @@ schema: watching {% render "partials/media/watching/grid.liquid", mediaItems:favoriteMovies, count: 6 %}- {% tablericon "star" "Favorite shows" %} + {% tablericon "star" %} Favorite shows
diff --git a/src/pages/dynamic/watching/movie.html b/src/pages/dynamic/watching/movie.html index fdcd43e6..d3cbfb92 100644 --- a/src/pages/dynamic/watching/movie.html +++ b/src/pages/dynamic/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" %} Back to watching{% tablericon "heart" %} This is one of my favorite movies!
{%- endif -%} {%- if movie.tattoo -%} -{% tablericon "needle" "Tattoo" %} I have a tattoo inspired by this movie!
+{% tablericon "needle" %} I have a tattoo inspired by this movie!
{%- endif -%} {%- if movie.collected -%} -{% tablericon "circle-check" "Collection" %} This movie is in my collection!
+{% tablericon "circle-check" %} This movie is in my collection!
{%- endif -%} {%- if movie.lastWatched -%}Last watched on {{ movie.lastWatched | date: "%B %e, %Y" }}.
{%- endif -%}{{ 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/dynamic/watching/recent/shows.html b/src/pages/dynamic/watching/recent/shows.html index 08779191..427acd30 100644 --- a/src/pages/dynamic/watching/recent/shows.html +++ b/src/pages/dynamic/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" %} Back to watching {% 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/dynamic/watching/show.html b/src/pages/dynamic/watching/show.html index 5798cb02..91de4afb 100644 --- a/src/pages/dynamic/watching/show.html +++ b/src/pages/dynamic/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" %} Back to watching{{ show.title }}{%- if show.year %} ({{ show.year }}){%- endif -%}
{%- if show.favorite -%} -{% tablericon "heart" "Favorite" %} This is one of my favorite shows!
+{% tablericon "heart" %} This is one of my favorite shows!
{%- endif -%} {%- if show.tattoo -%} -{% tablericon "needle" "Tattoo" %} I have a tattoo inspired by this show!
+{% tablericon "needle" %} I have a tattoo inspired by this show!
{%- endif -%} {%- if show.collected -%} -{% tablericon "circle-check" "Collection" %} This show is in my collection!
+{% tablericon "circle-check" %} This show is in my collection!
{%- endif -%} {%- if lastWatched -%} {%- capture lastWatchedText -%}