diff options
Diffstat (limited to 'views/layout.jade')
-rw-r--r-- | views/layout.jade | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/views/layout.jade b/views/layout.jade deleted file mode 100644 index 43c28cd4f..000000000 --- a/views/layout.jade +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | doctype html | ||
2 | html | ||
3 | head | ||
4 | link(rel='icon' type='image/png' href='/images/favicon.png') | ||
5 | meta(name='viewport' content='width=device-width, initial-scale=1') | ||
6 | title= title | ||
7 | |||
8 | // build:css /stylesheets/global.min.css | ||
9 | each file in [ 'global' ] | ||
10 | link(rel='stylesheet', href='/stylesheets/' + file + '.css') | ||
11 | // endbuild | ||
12 | |||
13 | body | ||
14 | include header | ||
15 | block content | ||