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))
|
||||
(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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue