2013-06-01 18:45:02 -05:00
|
|
|
<header class="floatingheader">
|
|
|
|
<a class="{{#if featured}}featured{{else}}unfeatured{{/if}}" href="#">
|
|
|
|
<span class="hidden">Star</span>
|
|
|
|
</a>
|
|
|
|
{{! TODO: JavaScript toggle featured/unfeatured}}
|
2013-07-04 13:42:49 -05:00
|
|
|
<span class="status">{{#if published}}Published{{else}}Written{{/if}}</span>
|
2013-06-01 18:45:02 -05:00
|
|
|
<span class="normal">by</span>
|
2013-09-04 15:05:36 -05:00
|
|
|
<span class="author">{{#if author.name}}{{author.name}}{{else}}{{author.email_address}}{{/if}}</span>
|
2013-06-01 18:45:02 -05:00
|
|
|
<section class="post-controls">
|
|
|
|
<a class="post-edit" href="#"><span class="hidden">Edit Post</span></a>
|
|
|
|
<a class="post-settings" href="#" data-toggle=".menu-drop-right"><span class="hidden">Post Settings</span></a>
|
2013-06-25 06:30:00 -05:00
|
|
|
<ul class="menu-drop-right overlay">
|
2013-06-01 18:45:02 -05:00
|
|
|
<li><a href="#" class="delete">Delete</a></li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
</header>
|
|
|
|
<section class="content-preview-content">
|
2013-08-22 16:47:04 -05:00
|
|
|
<div class="wrapper"><h1>{{{title}}}</h1>{{{content}}}</div>
|
2013-06-01 18:45:02 -05:00
|
|
|
</section>
|