]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - views/layout.jade
Styling structure
[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')
0ac5edd9 5 meta(name='viewport' content='width=device-width, initial-scale=1')
8c308c2b 6 title= title
e5e7517b
C
7
8 // build:css /stylesheets/global.min.css
9 each file in [ 'global' ]
8c308c2b
C
10 link(rel='stylesheet', href='/stylesheets/' + file + '.css')
11 // endbuild
e5e7517b 12
8c308c2b 13 body
0ac5edd9 14 include header
e5e7517b 15 block content