forked from zombeats/bloggy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.hbs
46 lines (43 loc) · 2.03 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
<!DOCTYPE html>
<html>
<head>
<title>{{meta_title}}</title>
{{> meta}}
<link href="https://fonts.googleapis.com/css?family=Cabin" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{asset "css/bloggy.css"}}" /> {{ghost_head}}
</head>
<body class="{{body_class}}">
<div id="fb-root"></div>
{{> widgets/subscribe-banner}}
<header id="global-header" class="global-header navbar">
{{navigation}}
</header>
<main role="main">
<div class="page-wrapper">
{{{body}}}
<div class="clearfix"></div>
</div>
</main>
<div class="modal fade" id="blogsubscribe" tabindex="-1" role="dialog" aria-labelledby="Email subscription modal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<header class="modal-header">
<h4 class="modal-title">The latest content, once per week.</h4>
<a class="modal-close" data-dismiss="modal" aria-hidden="true" href="#"><span class="hidden">Close</span></a>
</header>
<div class="modal-body">
<form id="newsletter_form" action="" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input id="fieldEmail" type="email" value="" placeholder="Your email address" name="EMAIL" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_c6323ba5f5f4afeec2c624d39_0ee0695955" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Send me good stuff" name="subscribe" id="newsletter_subscribe" class="button-add wide"></div>
<p><strong>Privacy policy:</strong> No spam. No jibber jabber. Unsubscribe any time.</p>
</form>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
{{> footer}} {{ghost_foot}} {{> google-analytics}} {{> share/scripts/twitter}}
</body>
</html>