-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.hbs
executable file
·119 lines (97 loc) · 5.52 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html>
<head>
<title>{{meta_title}}</title>
<meta name="description" content="{{meta_description}}" />
<!-- Mobile Meta -->
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Google+ Meta @todo - add own Google+ Username -->
<!-- <link rel="author" href="https://plus.google.com/[GOOGLE_PLUS_USER_ID]" /> -->
<!-- Twitter Meta -->
<meta property="twitter:card" content="summary">
<meta property="twitter:site" content="{{@blog.title}}">
<meta property="twitter:title" content="{{@blog.title}}">
<meta property="twitter:description" content="{{@blog.description}}">
<meta property="twitter:creator" content="@creator_username">
<meta property="twitter:image:src" content="{{@blog.url}}{{@blog.logo}}">
<meta property="twitter:domain" content="{{@blog.url}}">
<!-- Facebook Meta -->
<meta property="og:type" content="blog" />
<meta property="og:site_name" content="{{@blog.title}}" />
<meta property="og:description" content="{{@blog.description}}">
<meta property="og:image" content="{{@blog.url}}{{@blog.logo}}" />
<meta property="og:url" content="{{@blog.url}}" />
<meta property="og:title" content="{{@blog.title}}" />
{{! Styles'n'Scripts }}
<!-- Bootstrap CSS -->
<link href="{{asset "css/bootstrap.min.css"}}" rel="stylesheet">
<!-- Plugins -->
<link href="{{asset "plugins/animate.css/animate.min.css"}}" rel="stylesheet">
<link href="{{asset "css/font-awesome.min.css"}}" rel="stylesheet">
<!-- Theme style -->
<link href="{{asset "css/theme-style.min.css"}}" rel="stylesheet">
<!-- Put all your custom code/overrides here -->
<link href="{{asset "css/custom-style.css"}}" rel="stylesheet">
<!-- Google Fonts -->
<link href="http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,700,700italic,900italic,900,500italic,500" rel="stylesheet" type="text/css">
<!-- Le fav and touch icons - @todo: fill with your own icons or remove, try: http://iconogen.com (unzip bundle to assets/img/favicons/) -->
<link rel="shortcut icon" href="{{asset "/img/favicons/favicon.ico"}}" type="image/x-icon" />
<link rel="apple-touch-icon" href="{{asset "img/favicons/apple-touch-icon.png"}}" />
<link rel="apple-touch-icon" sizes="57x57" href="{{asset "img/favicons/apple-touch-icon-57x57.png"}}" />
<link rel="apple-touch-icon" sizes="72x72" href="{{asset "img/favicons/apple-touch-icon-72x72.png"}}" />
<link rel="apple-touch-icon" sizes="114x114" href="{{asset "img/favicons/apple-touch-icon-114x114.png"}}" />
<link rel="apple-touch-icon" sizes="144x144" href="{{asset "img/favicons/apple-touch-icon-144x144.png"}}" />
<link rel="apple-touch-icon" sizes="57x57" href="{{asset "img/favicons/apple-touch-icon-60x60.png"}}" />
<link rel="apple-touch-icon" sizes="72x72" href="{{asset "img/favicons/apple-touch-icon-120x120.png"}}" />
<link rel="apple-touch-icon" sizes="114x114" href="{{asset "img/favicons/apple-touch-icon-76x76.png"}}" />
<link rel="apple-touch-icon" sizes="144x144" href="{{asset "img/favicons/apple-touch-icon-152x152.png"}}" />
{{! Ghost outputs important style and meta data with this tag }}
{{ghost_head}}
<!--Retina.js plugin - @see: http://retinajs.com/-->
<script src="{{asset "plugins/retina/js/retina-1.1.0.min.js"}}"></script>
<!-- MailChimp -->
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
</head>
<!--@todo - Add Google Analytics code here then restart Ghost -->
<body class="{{body_class}} blog-author-multi" itemscope itemtype="http://schema.org/Blog">
<div class="page-border-top"></div>
<div class="page-wrapper">
<!-- @region: Header -->
{{> header}}
<!-- @region: Content -->
<div id="content">
{{! Everything else gets inserted here }}
<main class="content-inner" role="main">
{{{body}}}
</main>
</div>
<!-- @region: Footer -->
{{> footer}}
</div>
{{! Ghost outputs important scripts and data with this tag }}
{{ghost_foot}}
<!--Bootstrap Javascript -->
<script src="{{asset "js/bootstrap.min.js"}}"></script>
<!--Plugins -->
<script src="{{asset "plugins/infinitescroll/jquery.infinitescroll.min.js"}}"></script>
<script src="{{asset "plugins/fitvids.js/jquery.fitvids.js"}}"></script>
<script type="text/javascript" src="{{asset "js/script.min.js"}}"></script>
<!-- @todo: drop your Google Analytics code here -->
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48834302-1', 'girlgeeksydney.com');
ga('send', 'pageview');
</script>
</html>