This commit is contained in:
Jay McCarthy 2020-05-29 16:44:52 -04:00
parent eec1479c18
commit 71e6d5b516

View File

@ -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")))