diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid
index 05afbda9..f0077163 100644
--- a/src/_includes/now.liquid
+++ b/src/_includes/now.liquid
@@ -123,7 +123,7 @@ layout: main
{%- capture bookImg %}{{book.cover}}{% endcapture -%}
- {%- capture bookName %}{{book.title | escape}}{% endcapture -%}
+ {%- capture bookName %}{{book.title | escape}} by {{book.author | escape}}{% endcapture -%}
{% image bookImg, bookName, 'rounded-lg w-full h-full', '180px' %}