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