diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index c9ae5d5a..eb529c97 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -120,14 +120,14 @@ layout: main
{% for book in books %} -
+
{{ book.title }}
{%- capture bookImg %}{{book.cover}}{% endcapture -%} {%- capture bookName %}{{book.title | escape}}{% endcapture -%} - {% image bookImg, bookName, 'rounded-lg w-full', '180px' %} + {% image bookImg, bookName, 'rounded-lg w-full h-full', '180px' %}
{% endfor %}