Fix
This commit is contained in:
parent
97b0afb442
commit
33f8e88025
1 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,10 @@
|
||||||
(title (format nil "~@[~a - ~]skyizwhite.dev" title))
|
(title (format nil "~@[~a - ~]skyizwhite.dev" title))
|
||||||
(meta
|
(meta
|
||||||
:name "description"
|
:name "description"
|
||||||
:content (or description "pakuの個人サイト"))
|
:content (or description "pakuの個人サイト")))
|
||||||
(body :hx-ext "head-support"
|
(body :hx-ext "head-support"
|
||||||
(main :class "container mx-auto"
|
(main :class "container mx-auto"
|
||||||
children))))))
|
children)))))
|
||||||
|
|
||||||
(defmethod jg:process-response ((app jg:app) result)
|
(defmethod jg:process-response ((app jg:app) result)
|
||||||
(jg:set-response-header :content-type "text/html; charset=utf-8")
|
(jg:set-response-header :content-type "text/html; charset=utf-8")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue