aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2015-11-22 11:34:48 +0100
committerChocobozzz <florian.bigard@gmail.com>2015-11-22 11:34:48 +0100
commite5e7517b62c328880f4b510c36729deb55703787 (patch)
tree91b1f99dd1867991b55dd8c71e973a97fbce8062 /views
parenta18603803ae37d7db8ac116113ede0bd979eddcd (diff)
downloadPeerTube-e5e7517b62c328880f4b510c36729deb55703787.tar.gz
PeerTube-e5e7517b62c328880f4b510c36729deb55703787.tar.zst
PeerTube-e5e7517b62c328880f4b510c36729deb55703787.zip
Use bootstrap sass
Diffstat (limited to 'views')
-rw-r--r--views/layout.jade17
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
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
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