This commit is contained in:
Akira Tempaku 2024-10-03 09:31:43 +09:00
parent 97b0afb442
commit 33f8e88025

View file

@ -19,10 +19,10 @@
(title (format nil "~@[~a - ~]skyizwhite.dev" title))
(meta
:name "description"
:content (or description "pakuの個人サイト"))
(body :hx-ext "head-support"
(main :class "container mx-auto"
children))))))
:content (or description "pakuの個人サイト")))
(body :hx-ext "head-support"
(main :class "container mx-auto"
children)))))
(defmethod jg:process-response ((app jg:app) result)
(jg:set-response-header :content-type "text/html; charset=utf-8")