aboutsummaryrefslogtreecommitdiff
path: root/src/404.jade
diff options
context:
space:
mode:
authorCamil Staps2015-05-13 18:24:15 +0200
committerCamil Staps2015-05-13 18:24:15 +0200
commit10e78614c7c00024f8b10bd5a982e2b46b5d6a74 (patch)
treeb374942acc09546ce7447be57478175eac4869c8 /src/404.jade
parentRemove layout-loggedin, add extra links to nav when logged in (diff)
Cleaner jade
Diffstat (limited to 'src/404.jade')
-rw-r--r--src/404.jade8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/404.jade b/src/404.jade
index 65e0aed..172c126 100644
--- a/src/404.jade
+++ b/src/404.jade
@@ -3,7 +3,7 @@ extends ./include/layout-main.jade
block menu
-var selected = ''
-block content
- .jumbotron
- h1 404
- p.lead Congrats. You did it: you broke my website. \ No newline at end of file
+block header
+ -var header_jumbotron = true
+ -var header_title = '404'
+ -var header_subtitle = 'Congrats. You did it: you broke my website.' \ No newline at end of file