From aca3f9e03e5768cce31cbb560fa312a87ab7d49b Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 30 Oct 2022 18:01:54 -0500 Subject: Tweaks --- explore.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'explore.lisp') diff --git a/explore.lisp b/explore.lisp index ca9cb8e..e2bc55c 100644 --- a/explore.lisp +++ b/explore.lisp @@ -11,6 +11,7 @@ (div (:bind card) (a (:link (url-to-playlist pl) ) (img (:bind thumb)) + (br ()) (span (:content (playlist-title pl))) (span (:content " -- ")) (span (:content (secs-to-hms (playlist-duration pl)))))) -- cgit v1.2.3