Add space to body
This commit is contained in:
parent
dd628bfac4
commit
502a9ca047
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue