2013-05-11 10:16:11 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2013-08-10 13:06:01 +00:00
|
|
|
{{! Document Settings }}
|
|
|
|
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
|
|
|
|
{{! Page Meta }}
|
|
|
|
<title>{{settings.title}}</title>
|
|
|
|
<meta name="description" content="{{settings.description}}" />
|
2013-08-24 22:57:39 +00:00
|
|
|
|
|
|
|
<meta name="HandheldFriendly" content="True">
|
|
|
|
<meta name="MobileOptimized" content="320">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2013-08-10 13:06:01 +00:00
|
|
|
|
|
|
|
{{! Styles'n'Scripts }}
|
2013-09-01 16:16:24 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css">
|
2013-08-28 16:41:32 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:700,400">
|
2013-08-10 13:06:01 +00:00
|
|
|
|
2013-08-26 00:35:53 +00:00
|
|
|
{{! Ghost outputs important style and meta data with this tag }}
|
|
|
|
{{ghost_head}}
|
|
|
|
</head>
|
|
|
|
<body class="{{body_class}}">
|
|
|
|
|
2013-08-26 18:26:34 +00:00
|
|
|
{{! Everything else gets inserted here }}
|
2013-05-11 10:16:11 +00:00
|
|
|
{{{body}}}
|
2013-08-10 13:06:01 +00:00
|
|
|
|
2013-08-28 19:07:18 +00:00
|
|
|
<footer class="post-footer">
|
|
|
|
<a class="subscribe icon-feed" href="#"><span class="tooltip">Subscribe!</span></a>
|
|
|
|
<div class="inner">
|
|
|
|
<section class="author">
|
|
|
|
<h4>John O'Nolan</h4>
|
|
|
|
<p>A designer, developer and entrepreneur. Spends his time travelling the world with a bag of kites. Likes journalism and publishing platforms.</p>
|
|
|
|
</section>
|
|
|
|
<section class="share">
|
|
|
|
<h4>Share this post</h4>
|
|
|
|
<a class="icon-twitter" href="http://twitter.com/share?text={{title}}&url={{settings.url}}/{{slug}}"><span class="hidden">Twitter</span></a>
|
|
|
|
<a class="icon-facebook" href="http://www.facebook.com/sharer.php?u={{settings.url}}/{{slug}}"><span class="hidden">Twitter</span></a>
|
|
|
|
<a class="icon-google-plus" href="#"><span class="hidden">Twitter</span></a>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
{{! Ghost outputs important scripts and data with this tag }}
|
|
|
|
{{ghost_foot}}
|
|
|
|
<script type="text/javascript" src="assets/js/index.js"></script>
|
2013-08-26 00:35:53 +00:00
|
|
|
|
2013-05-11 10:16:11 +00:00
|
|
|
</body>
|
|
|
|
</html>
|