2013-10-17 00:21:56 -05:00
|
|
|
<a class="permalink{{#if featured}} featured{{/if}}{{#if page}} page{{/if}}" href="#" title="Edit this post">
|
2013-10-09 13:11:29 -05:00
|
|
|
<h3 class="entry-title">{{{title}}}</h3>
|
2013-06-01 18:45:02 -05:00
|
|
|
<section class="entry-meta">
|
2013-12-18 10:23:35 -05:00
|
|
|
<span class="status">
|
2013-11-28 05:48:50 -05:00
|
|
|
{{#if published}}
|
|
|
|
{{#if page}}
|
|
|
|
<span class="page">Page</span>
|
2013-07-08 06:39:11 -05:00
|
|
|
{{else}}
|
2013-12-18 10:23:35 -05:00
|
|
|
<time datetime="{{date published_at format="YYYY-MM-DD hh:mm"}}" class="date published">
|
2013-11-28 05:48:50 -05:00
|
|
|
Published {{date published_at timeago="True"}}
|
|
|
|
</time>
|
2013-07-08 06:39:11 -05:00
|
|
|
{{/if}}
|
2013-11-28 05:48:50 -05:00
|
|
|
{{else}}
|
2013-12-18 10:23:35 -05:00
|
|
|
<span class="draft">Draft</span>
|
2013-10-17 00:21:56 -05:00
|
|
|
{{/if}}
|
2013-12-18 10:23:35 -05:00
|
|
|
</span>
|
2013-06-01 18:45:02 -05:00
|
|
|
</section>
|
2013-10-17 00:21:56 -05:00
|
|
|
</a>
|