2013-05-11 10:16:11 +00:00
<article class="post type-post status-publish format-standard hentry">
{{ # if image }}
<figure class="post-thumb">
<img width="550" height="250" src="/content/images/ {{ image }} " class="attachment-post-thumbnail wp-post-image" alt="ghostpost">
</figure>
{{ / if }}
<div class="wrap">
<header>
<h2 class="entry-title h1"><a href="/ {{ slug }} " rel="bookmark"> {{ title }} </a></h2>
2013-05-16 21:18:41 +00:00
<span class="entry-meta">Published on <time class="updated" datetime=" {{ dateFormat created_at format = 'YYYY-MM-DD' }} "> {{ dateFormat created_at format = 'DD MMMM YYYY' }} </time></span>
2013-05-11 10:16:11 +00:00
</header>
<section class="entry-content">
2013-05-16 21:18:41 +00:00
{{{ content_html }}}
2013-05-11 10:16:11 +00:00
</section>
<footer class="entry-footer">
<section class="entry-meta">
<h5>Published</h5>
2013-05-16 21:18:41 +00:00
<time class="updated" datetime=" {{ dateFormat created_at format = 'YYYY-MM-DD' }} "> {{ dateFormat created_at format = 'DD MMMM YYYY' }} </time>
2013-05-11 10:16:11 +00:00
<h5>Share</h5>
<ul class="share">
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
</ul>
</section>
<section class="comments">
<h4>What do you think?</h4>
<p>Rather than having a comments section where you'll never know if I'm actually reading or not... why not talk to me <a href="http://twitter.com/JohnONolan">on Twitter</a>? I'll definitely read your comment, and I'll probably reply, too!</p>
</section>
<div class="clearfix"></div>
</footer>
</div>
</article>