PeerTube/views/layout.jade

15 lines
293 B
Plaintext
Raw Normal View History

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