Ghost/core/client/templates/posts/index.hbs
2014-09-22 17:42:56 -06:00

7 lines
237 B
Handlebars

{{#if noPosts}}
<div class="no-posts">
<h3>You Haven't Written Any Posts Yet!</h3>
{{#link-to "editor.new"}}<button type="button" class="btn btn-green btn-lg" title="New Post">Write a new Post</button>{{/link-to}}
</div>
{{/if}}