mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 16:41:24 +03:00
8743766071
Closes #1178 * Add tooltip text to assorted icons within CMS * Add tooltip for blog URL to Ghost logo * Change 'Options' to 'Post Settings' Change 'Options' to 'Post Settings'
13 lines
485 B
Handlebars
13 lines
485 B
Handlebars
<a class="permalink{{#if featured}} featured{{/if}}" href="#" title="Edit this post">
|
|
<h3 class="entry-title">{{{title}}}</h3>
|
|
<section class="entry-meta">
|
|
<time datetime="2013-01-04" class="date">
|
|
{{#if published}}
|
|
Published {{date published_at timeago="True"}}
|
|
{{else}}
|
|
<span class="status-draft">Draft</span>
|
|
{{/if}}
|
|
</time>
|
|
{{!<span class="views">1,934</span>}}
|
|
</section>
|
|
</a> |