diff --git a/package.json b/package.json index 48d10b8c..936c94c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "12.7.1", + "version": "12.7.2", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/pages/books/index.html b/src/pages/books/index.html index 20151903..5cd3c781 100644 --- a/src/pages/books/index.html +++ b/src/pages/books/index.html @@ -12,7 +12,9 @@ permalink: "/books/index.html"
{% image book.image, alt %}
-

{{ book.title }}

+ +

{{ book.title }}

+
{% if book.authors or book.categories %}

{% if book.authors %}By {{ book.authors }}{% endif %}{% if book.categories %}{% if book.authors %}• {% endif %}{{ book.categories }}{% endif %}

{% endif %}