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"