Add space to body

This commit is contained in:
Marcus Kammer 2024-07-15 08:06:55 +02:00
parent dd628bfac4
commit 502a9ca047

View file

@ -159,7 +159,7 @@ Example usage:
,@(loop for url in add-css-urls
collect `(:link :type "text/css"
:rel "stylesheet" :href ,url)))
(:body ,@body)
(:body :class "my-3" ,@body)
(:script :src ,(bs-url-js))
,@(loop for url in add-js-urls