1
0
Fork 0
peertube/views/layout.jade

15 lines
293 B
Plaintext
Raw Normal View History

2015-06-09 11:41:40 -04:00
doctype html
html
head
link(rel='icon' type='image/png' href='/images/favicon.png')
2015-11-22 05:34:48 -05:00
2015-06-09 11:41:40 -04:00
title= title
2015-11-22 05:34:48 -05:00
// build:css /stylesheets/global.min.css
each file in [ 'global' ]
2015-06-09 11:41:40 -04:00
link(rel='stylesheet', href='/stylesheets/' + file + '.css')
// endbuild
2015-11-22 05:34:48 -05:00
2015-06-09 11:41:40 -04:00
body
2015-11-22 05:34:48 -05:00
block content