404.pug -> error404.pug.
This commit is contained in:
parent
a545d2b2a2
commit
9dba81b336
@ -1,5 +1,8 @@
|
|||||||
extends base.pug
|
extends base.pug
|
||||||
|
|
||||||
|
block meta_description
|
||||||
|
meta(name='description' content='Not Found')
|
||||||
|
|
||||||
block append head
|
block append head
|
||||||
style(type="text/css").
|
style(type="text/css").
|
||||||
#error {
|
#error {
|
||||||
@ -19,6 +22,7 @@ block nav
|
|||||||
h1 Oh, you lost? Bad for ya.
|
h1 Oh, you lost? Bad for ya.
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
:go:func NotFound(title string)
|
||||||
section#error
|
section#error
|
||||||
h1 404
|
h1 404
|
||||||
| Page Not Found
|
| Page Not Found
|
Loading…
Reference in New Issue
Block a user