From e3eb8335d45a59e211d4e27fc3df6be827ae3f5c Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 26 Jun 2023 20:51:30 -0700 Subject: [PATCH] chore: line clamp settings --- src/_includes/now.liquid | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -%}