2013-12-12 20:48:23 +00:00
|
|
|
mixin head()
|
|
|
|
meta(charset="utf-8")
|
|
|
|
meta(name="viewport", content="width=device-width, initial-scale=1.0")
|
|
|
|
meta(name="description", content="#{siteDescription}")
|
|
|
|
meta(name="author", content="#{siteAuthor}")
|
|
|
|
|
|
|
|
title= siteTitle
|
|
|
|
link(href="/css/sticky-footer-navbar.css", rel="stylesheet")
|
|
|
|
link(href="/css/cytube.css", rel="stylesheet")
|
2014-02-25 00:25:49 +00:00
|
|
|
link(id="usertheme", href="/css/themes/slate.css", rel="stylesheet")
|
2014-01-30 04:50:14 +00:00
|
|
|
script(src="/js/theme.js")
|
2013-12-12 20:48:23 +00:00
|
|
|
//[if lt IE 9]
|
|
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
|
|
|
//[endif]
|