Remove metadata component
This commit is contained in:
parent
0ad8c14e10
commit
f1c711ea43
6 changed files with 30 additions and 42 deletions
src
|
@ -18,8 +18,8 @@
|
|||
(defmethod jg:not-found ((app jg:app))
|
||||
(view:render (cmp:not-found-page)
|
||||
:status :not-found
|
||||
:title "404 Not Found"
|
||||
:description "お探しのページは見つかりませんでした。"))
|
||||
:metadata '(:title "404 Not Found"
|
||||
:description "お探しのページは見つかりませんでした。")))
|
||||
|
||||
(defun start ()
|
||||
(jg:start *app*))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue