HTML encode the description

This commit is contained in:
Jeremy Dormitzer 2019-10-23 11:55:13 -04:00
parent 75852568ea
commit a975eeb195

View File

@ -32,7 +32,7 @@
(select 'h1 src)
link
link
(->html (get-doc src))
(->html (->html (get-doc src)))
(rfc822 (with-timezone
(at-midnight
(parse-date (select-from-metas 'published src) "yyyy-MM-dd"))