1
0
Fork 0
peertube/views/layout.jade
Chocobozzz 8c308c2bf7 Spawn
2015-10-29 23:14:54 +01:00

19 lines
No EOL
493 B
Text

doctype html
html
head
link(rel='icon' type='image/png' href='/images/favicon.png')
title= title
// build:css /stylesheets/global.min.css
each file in [ 'index' ]
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