diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index b01de805..ebd67631 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -60,7 +60,7 @@ layout: main
-
{{ artist.name }}
+
{{ artist.name }}
{{ artist.plays }} plays
@@ -84,8 +84,8 @@ layout: main
-
{{ album.name }}
-
+
{{ album.name }}
+
{{ album.artist }}
@@ -123,7 +123,7 @@ layout: main
-
{{ book.title }}
+
{{ book.title }}
{%- capture bookImg %}{{book.image | cdn: site.oku-host, site.cdn-books}}{% endcapture -%} {%- capture bookName %}{{book.title | escape}}{% endcapture -%}