aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/layout.jade
diff options
context:
space:
mode:
authoraugier <christophe@c-henry.fr>2015-12-05 12:14:55 +0100
committeraugier <christophe@c-henry.fr>2015-12-05 12:14:55 +0100
commit0ac5edd99c009b1a82c8483bf45f15b9086276cb (patch)
tree2b9cd09b2f6e961f3d4594eba97d8d92345a591e /views/layout.jade
parentdcc700d2c86f1e1c9d740860acc1277830ce955f (diff)
downloadPeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.tar.gz
PeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.tar.zst
PeerTube-0ac5edd99c009b1a82c8483bf45f15b9086276cb.zip
Styling structure
Diffstat (limited to 'views/layout.jade')
-rw-r--r--views/layout.jade3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/layout.jade b/views/layout.jade
index 236a36c3c..43c28cd4f 100644
--- a/views/layout.jade
+++ b/views/layout.jade
@@ -2,7 +2,7 @@ doctype html
2html 2html
3 head 3 head
4 link(rel='icon' type='image/png' href='/images/favicon.png') 4 link(rel='icon' type='image/png' href='/images/favicon.png')
5 5 meta(name='viewport' content='width=device-width, initial-scale=1')
6 title= title 6 title= title
7 7
8 // build:css /stylesheets/global.min.css 8 // build:css /stylesheets/global.min.css
@@ -11,4 +11,5 @@ html
11 // endbuild 11 // endbuild
12 12
13 body 13 body
14 include header
14 block content 15 block content