aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/layout.jade
blob: 236a36c3c0461780bd7e9398e2523377f69f1879 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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