chore: book image link

This commit is contained in:
Cory Dransfeldt 2024-04-22 13:02:39 -07:00
parent 570ffed8ae
commit 6a946a36ee
No known key found for this signature in database
3 changed files with 13 additions and 2 deletions

View file

@ -10,7 +10,9 @@ permalink: "/books/index.html"
{% for book in bookData %}
{% capture alt %}{{ book.title }} by {{ book.authors }}{% endcapture %}
<article class="book-entry">
{% image book.image, alt %}
<a href="{{ book.url }}">
{% image book.image, alt %}
</a>
<div class="book-meta">
<a href="{{ book.url }}">
<p class="title"><strong>{{ book.title }}</strong></p>