From f135599d538d6c7c96098be7e715ed2e80f2d0a5 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 5 Feb 2025 08:30:54 +0100 Subject: [PATCH] Reformat code --- index.lisp | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/index.lisp b/index.lisp index e8dd11d..c7d2fca 100644 --- a/index.lisp +++ b/index.lisp @@ -86,11 +86,17 @@ (with-title-bar "Active Projects") (with-section-projects (dolist (project *active-projects*) - (destructuring-bind (cheader citems curl) project + (destructuring-bind + (cheader citems curl) + project (with-card* - :card-header cheader - :card-items citems - :card-body (btn (:url curl) (t9n "view-details" *lang*))))))) + :card-header + cheader + :card-items + citems + :card-body + (btn (:url curl) + (t9n "view-details" *lang*))))))) ;; -- ;; Contact ;; --