]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - views/layout.jade
Fix typo
[github/Chocobozzz/PeerTube.git] / views / layout.jade
CommitLineData
8c308c2b
C
1doctype html
2html
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 [ 'index' ]
10 link(rel='stylesheet', href='/stylesheets/' + file + '.css')
11 // endbuild
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
19 block content