aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/layout.jade
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.jade')
-rw-r--r--views/layout.jade3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/layout.jade b/views/layout.jade
index 236a36c3c..43c28cd4f 100644
--- a/views/layout.jade
+++ b/views/layout.jade
@@ -2,7 +2,7 @@ doctype html
2html 2html
3 head 3 head
4 link(rel='icon' type='image/png' href='/images/favicon.png') 4 link(rel='icon' type='image/png' href='/images/favicon.png')
5 5 meta(name='viewport' content='width=device-width, initial-scale=1')
6 title= title 6 title= title
7 7
8 // build:css /stylesheets/global.min.css 8 // build:css /stylesheets/global.min.css
@@ -11,4 +11,5 @@ html
11 // endbuild 11 // endbuild
12 12
13 body 13 body
14 include header
14 block content 15 block content