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