Fix indentation
This commit is contained in:
parent
818cf80be8
commit
4e08fcebba
1 changed files with 5 additions and 5 deletions
|
@ -49,11 +49,11 @@
|
|||
(if *use-cdn*
|
||||
(:link :type "text/css" :rel "stylesheet" :href ,*cdn-css-url*)
|
||||
(:link :type "text/css" :rel "stylesheet" :href "5.3.0/bootstrap.min.css"))
|
||||
(:body (:h1 :class "visually-hidden" ,pagetitle)
|
||||
(:main ,@body))
|
||||
(if ,*use-cdn*
|
||||
(:script :src *cdn-js-url*)
|
||||
(:script :src "5.3.0/bootstrap.bundle.min.js"))))))
|
||||
(:body (:h1 :class "visually-hidden" ,pagetitle)
|
||||
(:main ,@body))
|
||||
(if ,*use-cdn*
|
||||
(:script :src *cdn-js-url*)
|
||||
(:script :src "5.3.0/bootstrap.bundle.min.js"))))))
|
||||
|
||||
(defmacro with-landing-page ())
|
||||
(defmacro with-blogpost-page ())
|
||||
|
|
Loading…
Add table
Reference in a new issue