1
0
Fork 0
peertube/views/layout.jade
2015-11-22 11:34:48 +01:00

14 lines
293 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 [ 'global' ]
link(rel='stylesheet', href='/stylesheets/' + file + '.css')
// endbuild
body
block content