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