Merge branch 'main' of git.sr.ht:~marcuskammer/cl-sbt

This commit is contained in:
Marcus Kammer 2023-08-21 16:55:01 +02:00
commit 37944cd596

View file

@ -170,7 +170,7 @@ to action button. The generated hero unit uses Bootstrap classes for styling."
(col nil (col nil
(:h1 :class "fw-light" ,title) (:h1 :class "fw-light" ,title)
(lead-p () ,lead) (lead-p () ,lead)
(:p (btn-primary ,cta))))))))) (:p (btn-primary () ,cta)))))))))
(defmacro lead-p ((&key (color '(:text "body-secondary"))) &body body) (defmacro lead-p ((&key (color '(:text "body-secondary"))) &body body)
`(spinneret:with-html `(spinneret:with-html