forked from kelyvin/ghost-caffeine-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.hbs
executable file
·31 lines (31 loc) · 908 Bytes
/
default.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<!--[if lte IE 9]>
<script type="text/javascript">
window.location = "/browser-compatibility";
</script>
<![endif]-->
<title>{{meta_title}}</title>
{{ghost_head}}
{{> meta}}
<link rel="stylesheet" type="text/css" href="{{asset "css/caffeine-theme.css"}}" />
{{> head-css}}
{{> headscript}}
</head>
<body class="{{body_class}}">
{{> header}}
{{> aside}}
<main class="animated">
<section class="content">
{{{body}}}
{{> footer}}
</section>
</main>
{{> tags-overlay}}
{{ghost_foot}}
<script src="{{asset "js/caffeine-theme.js"}}" type="text/javascript" charset="utf-8"></script>
{{> google-analytics}}
{{> disqus-comment-count}}
</body>
</html>