diff --git a/package-lock.json b/package-lock.json index d5f2a144..b1d177da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "22.6.1", + "version": "22.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "22.6.1", + "version": "22.6.2", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.5.0", diff --git a/package.json b/package.json index 0f415c11..4040bea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "22.6.1", + "version": "22.6.2", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/pages/dynamic/books/book.html b/src/pages/dynamic/books/book.html index 480b0181..24e55165 100644 --- a/src/pages/dynamic/books/book.html +++ b/src/pages/dynamic/books/book.html @@ -57,9 +57,9 @@ schema: book {%- if book.artists -%} {%- capture sectionTitle -%} {% if book.artists.size > 1 %} - I listen to artists featured in this book! + I listen to artists in this book! {% else %} - I listen to the artist featured in this book! + I listen to the artist in this book! {%- endif -%} {%- endcapture -%}