From 570ffed8ae102ca09dc5e770d6caefa9c6e0dce5 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 22 Apr 2024 12:52:43 -0700 Subject: [PATCH] chore: book title link --- package.json | 2 +- src/pages/books/index.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 %}