No need to check and concatenate string
This commit is contained in:
parent
9e8d66b922
commit
93e79a66a7
1 changed files with 1 additions and 2 deletions
|
@ -67,8 +67,7 @@ Example usage:
|
||||||
; provided content."
|
; provided content."
|
||||||
`(spinneret:with-html
|
`(spinneret:with-html
|
||||||
(:h4 "About")
|
(:h4 "About")
|
||||||
(:p :class ,(concatenate 'string
|
(:p :class ,(apply #'cl-sbt/utility:color color)
|
||||||
(if color (apply #'cl-sbt/utility:color color) ""))
|
|
||||||
,@body)))
|
,@body)))
|
||||||
|
|
||||||
(defmacro contact (&rest rest)
|
(defmacro contact (&rest rest)
|
||||||
|
|
Loading…
Add table
Reference in a new issue