weflock/index.hbs

29 lines
825 B
Handlebars

{{!< default}}
<header id="sitehead">
<img src="http://f.cl.ly/items/1N2205280l2u1l0h190o/bg.jpg" alt="" />
<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>
<main class="content" role="main">
{{#foreach posts}}
<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>
{{/foreach}}
{{pagination}}
</main>