chore(books/index.html): update title for consistency

This commit is contained in:
Cory Dransfeldt 2025-05-16 14:55:18 -07:00
parent 63c5862620
commit 26af5c3b77
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ updated: "now"
{%- assign currentYear = 'now' | date: "%Y" -%}
{%- assign bookData = books.all | filterBooksByStatus: 'started' | reverse -%}
{%- assign currentBookCount = books.currentYear | size -%}
<h2 class="page-title">Currently reading</h2>
<h2 class="page-title">Reading</h2>
<p>Here's what I'm reading at the moment. I've finished <mark>{{ currentBookCount }} books</mark> this year. I've read <mark>{{ books.daysRead }}</mark> days in a row and counting.</p>
{% render "blocks/top-tags.liquid"
label:"Top genres"