diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index 930a8677..11a06273 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -117,10 +117,10 @@ layout: main {% heroicon "outline" "book-open" "Books" "height=28" %}
Books
-
+
{% for book in books %} -
+
{%- capture bookImg %}{{book.cover}}{% endcapture -%} {%- capture bookName %}{{book.title | escape}} by {{book.author | escape}}{% endcapture -%}