2016-07-08 11:31:32 +00:00
|
|
|
- var DEFAULT_THEME = "/css/themes/slate.css";
|
|
|
|
|
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")
|
2016-07-07 08:11:56 +00:00
|
|
|
meta(name="description", content=siteDescription)
|
|
|
|
meta(name="author", content=siteAuthor)
|
2013-12-12 20:48:23 +00:00
|
|
|
|
|
|
|
title= siteTitle
|
|
|
|
link(href="/css/sticky-footer-navbar.css", rel="stylesheet")
|
|
|
|
link(href="/css/cytube.css", rel="stylesheet")
|
2016-07-08 11:31:32 +00:00
|
|
|
link(id="usertheme", href=DEFAULT_THEME, rel="stylesheet")
|
|
|
|
|
|
|
|
script(type="text/javascript").
|
|
|
|
var DEFAULT_THEME = '#{DEFAULT_THEME}';
|
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]
|