mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
d45291d9a0
Removed frontend profanaties.
21 lines
No EOL
921 B
Handlebars
21 lines
No EOL
921 B
Handlebars
<header class="floatingheader">
|
|
<a class="{{#if featured}}featured{{else}}unfeatured{{/if}}" href="#">
|
|
<span class="hidden">Star</span>
|
|
</a>
|
|
{{! TODO: JavaScript toggle featured/unfeatured}}
|
|
<span class="status">Published</span>
|
|
<span class="normal">by</span>
|
|
<span class="author">Joe Bloggs</span>
|
|
<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>
|
|
<ul class="menu-drop-right">
|
|
<li><a href="#" class="url">URL</a></li>
|
|
<li><a href="#" class="something">Something</a></li>
|
|
<li><a href="#" class="delete">Delete</a></li>
|
|
</ul>
|
|
</section>
|
|
</header>
|
|
<section class="content-preview-content">
|
|
<div class="wrapper">{{{content_html}}}</div>
|
|
</section> |