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 ;; --