-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdefault.hbs
74 lines (53 loc) · 2.86 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<!--[if lt IE 7]><html lang="en-US" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html lang="en-US" class="no-js lt-ie9 lt-ie8"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html lang="en-US" class="no-js lt-ie9"><![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en-US" class="js flexbox webgl no-touch geolocation hashchange history websockets rgba hsla multiplebgs backgroundsize borderimage textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage applicationcache svg svgclippaths mediaqueries no-regions no-supports" style="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{@blog.title}} - {{@blog.description}}</title>
<meta name="description" content="{{@blog.description}}">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.png">
<!--[if IE]>
<link rel="shortcut icon" href="favicon.ico">
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="{{@blog.title}} » Feed" href="/rss">
<link rel="stylesheet" id="bootstrap-stylesheet-css" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" type="text/css" media="all">
<link rel="stylesheet" id="fontawesome-stylesheet-css" href="//netdna.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.min.css" type="text/css" media="all">
<link rel="stylesheet" id="ghoststrap-stylesheet-css" href="/css/ghoststrap.css" type="text/css" media="all">
{{ghost_head}}
</head>
<body class="{{body_class}}">
{{> header}}
<div class="container">
<section id="content">
<div class="row">
<div class="col-md-9">
<main id="main" class="eightcol first clearfix" role="main">
{{{body}}}
</main>
</div>
<div class="col-md-3">
<aside id="sidebar-main" class="sidebar fourcol clearfix" role="complementary">
{{> sidebar}}
</aside>
</div>
</div>
</section>
<footer class="footer" role="contentinfo">
<div id="inner-footer" class="wrap clearfix">
<p class="source-org copyright">© 2013 {{@blog.title}}. Ghoststrap by GhostResource.com - Built with Linen</p>
</div>
</footer>
</div>
<script type="text/javascript" src="/js/libs/modernizr.custom.min.js"></script>
{{ghost_foot}}
<script type="text/javascript" src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
</body>
</html>