chore: add goodreads data

This commit is contained in:
Cory Dransfeldt 2023-08-04 11:48:06 -07:00
parent 4dcbc55c74
commit 951284c62b
No known key found for this signature in database
12 changed files with 47 additions and 219 deletions

View file

@ -8,7 +8,7 @@
<a href="{{book.link}}" title="{{book.title | escape}}">
<div class="relative block" style="max-width:226px">
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-purple-600 hover:border-purple-500 dark:border-purple-400 dark:hover:border-purple-500"></div>
{%- capture bookImg %}{{book.cover}}{% endcapture -%}
{%- capture bookImg %}{{book.image}}{% endcapture -%}
{%- capture bookName %}{{book.title | escape}}{% endcapture -%}
{% image bookImg, bookName, 'rounded-lg w-full h-full', '180px' %}
</div>