Reformat code

This commit is contained in:
Marcus Kammer 2025-02-05 08:30:54 +01:00
parent 1bab7ca3ca
commit f135599d53
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

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