diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-11-22 11:34:48 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-11-22 11:34:48 +0100 |
commit | e5e7517b62c328880f4b510c36729deb55703787 (patch) | |
tree | 91b1f99dd1867991b55dd8c71e973a97fbce8062 /views/layout.jade | |
parent | a18603803ae37d7db8ac116113ede0bd979eddcd (diff) | |
download | PeerTube-e5e7517b62c328880f4b510c36729deb55703787.tar.gz PeerTube-e5e7517b62c328880f4b510c36729deb55703787.tar.zst PeerTube-e5e7517b62c328880f4b510c36729deb55703787.zip |
Use bootstrap sass
Diffstat (limited to 'views/layout.jade')
-rw-r--r-- | views/layout.jade | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/views/layout.jade b/views/layout.jade index 6195ab341..236a36c3c 100644 --- a/views/layout.jade +++ b/views/layout.jade | |||
@@ -2,18 +2,13 @@ doctype html | |||
2 | html | 2 | html |
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 | ||
6 | title= title | 6 | title= title |
7 | 7 | ||
8 | // build:css /stylesheets/global.min.css | 8 | // build:css /stylesheets/global.min.css |
9 | each file in [ 'index' ] | 9 | each file in [ 'global' ] |
10 | link(rel='stylesheet', href='/stylesheets/' + file + '.css') | 10 | link(rel='stylesheet', href='/stylesheets/' + file + '.css') |
11 | // endbuild | 11 | // endbuild |
12 | 12 | ||
13 | // build:css /stylesheets/vendor/global.min.css | ||
14 | each file in [ 'bootstrap.min' ] | ||
15 | link(rel='stylesheet', href='/stylesheets/vendor/css/' + file + '.css') | ||
16 | // endbuild | ||
17 | |||
18 | body | 13 | body |
19 | block content \ No newline at end of file | 14 | block content |