1
0
Fork 0
peertube/views/layout.jade

15 lines
293 B
Plaintext

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