{{ year.value }} • Books
{% if yearString == currentYearString %}I've finished {{ bookData.size }} book{% unless bookData.size == 1 %}s{% endunless %} this year.{%- if favoriteBooks %} Among my favorites are {{ favoriteBooks }}.{%- endif -%}
diff --git a/src/pages/static/search.html b/src/pages/static/search.html index d930be0..d6b3eee 100644 --- a/src/pages/static/search.html +++ b/src/pages/static/search.html @@ -5,7 +5,7 @@ description: Search through posts and other content on my site. ---Search
-You can find posts, links, artists, genres, movies, shows and books via the field below (though it only surfaces movies and shows I've watched and books I've written something about). You can also browse my tags list.
+You can find posts, links, artists, genres, movies, shows and books via the field below (though it only surfaces movies and shows I've watched and books I've written something about). You can also browse my tags list.
{% render "blocks/top-tags.liquid" label:"Top tags" tags:topTags.tags diff --git a/src/pages/static/stats.html b/src/pages/static/stats.html index ee4a985..4d7d528 100644 --- a/src/pages/static/stats.html +++ b/src/pages/static/stats.html @@ -5,7 +5,7 @@ description: Some basic stats about my activity on this site. updated: "now" ---Stats
-I share the music I listen to, concerts I attend, shows and movies I watch, books I read, posts I write, and links I enjoy on this site. I have some basic counts of each below.
+I share the music I listen to, concerts I attend, shows and movies I watch, books I read, posts I write, and links I enjoy on this site. I have some basic counts of each below.
I've listened to {{ stats.listen_count }} {{ stats.listen_count | pluralize: "track" }} by {{ stats.artist_count }} {{ stats.artist_count | pluralize: "artist" }} across {{ stats.genre_count }} {{ stats.genre_count | pluralize: "genre" }}.
I've been to {{ stats.concert_count }} {{ stats.concert_count | pluralize: "concert" }} at {{ stats.venue_count }} {{ stats.venue_count | pluralize: "venue" }}.