Use XML format when writing HTML artifacts
This commit is contained in:
parent
9dfb78ea06
commit
aefa02fe1a
1 changed files with 4 additions and 3 deletions
|
@ -36,7 +36,8 @@
|
|||
(template hssg.artifact::template)
|
||||
(output hssg.artifact::output))
|
||||
artifact
|
||||
(let ((contents (plump:serialize
|
||||
(let* ((plump:*tag-dispatchers* plump:*xml-tags*)
|
||||
(contents (plump:serialize
|
||||
(sexp->plump-tree (cdr (assoc :content (funcall template data))))
|
||||
nil)))
|
||||
(make-instance 'hssg.filesystem:write-string-contents
|
||||
|
|
Loading…
Add table
Reference in a new issue