From 26af5c3b7778c6e442df774f90b7d7fb9108527a Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 16 May 2025 14:55:18 -0700 Subject: [PATCH] chore(books/index.html): update title for consistency --- package-lock.json | 4 ++-- package.json | 2 +- src/pages/media/books/index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dbc41c0..79f3101 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "6.0.1", + "version": "6.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "6.0.1", + "version": "6.0.2", "license": "MIT", "dependencies": { "html-minifier-terser": "7.2.0", diff --git a/package.json b/package.json index f54e5a6..b9c841e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "6.0.1", + "version": "6.0.2", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "engines": { diff --git a/src/pages/media/books/index.html b/src/pages/media/books/index.html index 66fb865..0e35c47 100644 --- a/src/pages/media/books/index.html +++ b/src/pages/media/books/index.html @@ -8,7 +8,7 @@ updated: "now" {%- assign currentYear = 'now' | date: "%Y" -%} {%- assign bookData = books.all | filterBooksByStatus: 'started' | reverse -%} {%- assign currentBookCount = books.currentYear | size -%} -

Currently reading

+

Reading

Here's what I'm reading at the moment. I've finished {{ currentBookCount }} books this year. I've read {{ books.daysRead }} days in a row and counting.

{% render "blocks/top-tags.liquid" label:"Top genres"