]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - views/layout.jade
Add link for the badge dependencies
[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')
e5e7517b 5
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
e5e7517b 14 block content