Add error page for internal server error
This commit is contained in:
parent
136eff6782
commit
b403e6643f
2 changed files with 17 additions and 9 deletions
|
@ -21,8 +21,8 @@
|
|||
:name "description"
|
||||
:content (or description "pakuの個人サイト")))
|
||||
(body :hx-ext "head-support"
|
||||
(main :class "container mx-auto"
|
||||
children)))))
|
||||
(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