X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=views%2Flayout.jade;h=43c28cd4f6708900d710d372e1f56a4ebe69ddb7;hb=0ac5edd99c009b1a82c8483bf45f15b9086276cb;hp=6195ab341c213f367b3b87a9ec5bd396392ab5ed;hpb=8c308c2bf7f658945d80be9d5880361238635f5b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/views/layout.jade b/views/layout.jade index 6195ab341..43c28cd4f 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -2,18 +2,14 @@ doctype html html head link(rel='icon' type='image/png' href='/images/favicon.png') - + meta(name='viewport' content='width=device-width, initial-scale=1') title= title - - // build:css /stylesheets/global.min.css - each file in [ 'index' ] + + // build:css /stylesheets/global.min.css + each file in [ 'global' ] link(rel='stylesheet', href='/stylesheets/' + file + '.css') // endbuild - - // build:css /stylesheets/vendor/global.min.css - each file in [ 'bootstrap.min' ] - link(rel='stylesheet', href='/stylesheets/vendor/css/' + file + '.css') - // endbuild - + body - block content \ No newline at end of file + include header + block content