fix typo
This commit is contained in:
parent
eec1479c18
commit
71e6d5b516
|
@ -67,9 +67,9 @@
|
|||
(meta ((name "viewport") (content "width=device-width, initial-scale=1")))
|
||||
(title ,title)
|
||||
,@(if (non-empty-string? description)
|
||||
`(meta ((name "description")
|
||||
(content ,description)))
|
||||
'())
|
||||
`((meta ((name "description")
|
||||
(content ,description))))
|
||||
'())
|
||||
(link ((rel "stylesheet") (href ,(static "/bootstrap/css/bootstrap.min.css")) (type "text/css")))
|
||||
(link ((rel "stylesheet") (href ,(static "/jquery-ui.min.css")) (type "text/css")))
|
||||
(link ((rel "stylesheet") (href ,(static "/style.css")) (type "text/css")))
|
||||
|
|
Loading…
Reference in New Issue
Block a user