]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - views/layout.jade
Use bootstrap sass
[github/Chocobozzz/PeerTube.git] / views / layout.jade
1 doctype html
2 html
3 head
4 link(rel='icon' type='image/png' href='/images/favicon.png')
5
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 block content