diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/error.pug | 2 | ||||
-rw-r--r-- | views/layout.pug | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/views/error.pug b/views/error.pug index be6ecf2..192b543 100644 --- a/views/error.pug +++ b/views/error.pug @@ -1,4 +1,4 @@ extends layout block content - h1= message + h1= message diff --git a/views/layout.pug b/views/layout.pug index 3c6cd2a..3a78c46 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -1,8 +1,8 @@ doctype html html - head - title= title - script(src='/app.js') - link(rel='stylesheet', href='/app.css') - body - block content + head + title= title + script(src='/app.js') + link(rel='stylesheet', href='/app.css') + body + block content |