2013-05-11 10:16:11 +00:00
|
|
|
{{!< default}}
|
2013-08-20 16:53:02 +00:00
|
|
|
|
|
|
|
<header id="sitehead">
|
|
|
|
|
|
|
|
<div class="wrap">
|
|
|
|
<h1>John O'Nolan</h1>
|
|
|
|
<h2>A designer, developer and entrepreneur. Spends his time travelling the world with a bag of kites. Likes to write.</h2>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</header>
|
|
|
|
|
2013-08-10 13:06:01 +00:00
|
|
|
<main class="content" role="main">
|
|
|
|
|
2013-08-20 16:53:02 +00:00
|
|
|
{{#foreach posts}}
|
2013-08-10 13:06:01 +00:00
|
|
|
|
2013-08-20 16:53:02 +00:00
|
|
|
<article class="post">
|
|
|
|
<header class="post-header">
|
|
|
|
<h2 class="post-title"><a href="/{{slug}}">{{title}}</a></h2>
|
|
|
|
<span class="post-meta"><time datetime="2012-05-03">23 Aug 2013</time> in <a href="#">What I Learned Building...</a></span>
|
|
|
|
</header>
|
|
|
|
<section class="post-excerpt">
|
|
|
|
{{content words="50"}}
|
|
|
|
</section>
|
|
|
|
</article>
|
2013-08-10 13:06:01 +00:00
|
|
|
|
2013-08-20 16:53:02 +00:00
|
|
|
{{/foreach}}
|
2013-08-10 13:06:01 +00:00
|
|
|
|
2013-08-22 20:45:00 +00:00
|
|
|
{{pagination}}
|
2013-08-10 13:06:01 +00:00
|
|
|
</main>
|