2013-05-11 10:16:11 +00:00
|
|
|
{{!< default}}
|
2013-08-10 12:36:03 +00:00
|
|
|
|
2013-08-10 16:42:21 +00:00
|
|
|
<main class="content" role="main">
|
2013-08-11 14:39:25 +00:00
|
|
|
|
2013-08-10 16:42:21 +00:00
|
|
|
{{#post}}
|
2013-08-10 12:36:03 +00:00
|
|
|
|
2013-08-26 00:35:53 +00:00
|
|
|
<article class="{{post_class}}">
|
2013-08-11 14:39:25 +00:00
|
|
|
|
|
|
|
<header class="post-header">
|
2013-08-26 18:26:34 +00:00
|
|
|
|
2013-08-11 14:39:25 +00:00
|
|
|
<h1 class="post-title">{{title}}</h1>
|
2013-08-26 18:26:34 +00:00
|
|
|
<span class="post-meta"><a href="/">John O'Nolan</a>, <time datetime="{{date published_at format='YYYY-MM-DD'}}">{{date published_at format='DD MMM YYYY'}}</time> on <a href="#">What I Learned Building...</a></span>
|
2013-08-11 14:39:25 +00:00
|
|
|
</header>
|
|
|
|
|
|
|
|
<section class="post-content">
|
|
|
|
{{content}}
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</article>
|
|
|
|
|
2013-05-11 10:16:11 +00:00
|
|
|
{{/post}}
|
2013-08-11 14:39:25 +00:00
|
|
|
|
2013-08-27 17:35:23 +00:00
|
|
|
<footer class="post-footer">
|
|
|
|
<a class="subscribe icon-feed" href="#"><span class="hidden">Subscribe to RSS</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>
|
2013-08-11 14:39:25 +00:00
|
|
|
</section>
|
2013-08-27 17:35:23 +00:00
|
|
|
<section class="share">
|
|
|
|
<h4>Share this post</h4>
|
|
|
|
<a class="icon-twitter" href="http://twitter.com/share?text={{title}}&url={{url}}"><span class="hidden">Twitter</span></a>
|
|
|
|
<a class="icon-facebook" href="http://www.facebook.com/sharer.php?u={{url}}"><span class="hidden">Twitter</span></a>
|
|
|
|
<a class="icon-google-plus" href="#"><span class="hidden">Twitter</span></a>
|
|
|
|
</section>
|
|
|
|
</div>
|
2013-08-11 14:39:25 +00:00
|
|
|
</footer>
|
|
|
|
|
2013-08-10 16:42:21 +00:00
|
|
|
</main>
|