624680bb93
- This is a first pass at getting a more logical structure. The focus is on moving from admin/frontend to client/server. - The location of the databases is highly important, this isn't expected to change again In the future - client/assets should probably become public/ - more stuff should be shared (helpers etc) - cleanup some confusion around tpl and views
13 lines
466 B
Handlebars
13 lines
466 B
Handlebars
<a class="permalink{{#if featured}} featured{{/if}}" href="#">
|
|
<h3 class="entry-title">{{title}}</h3>
|
|
<section class="entry-meta">
|
|
<time datetime="2013-01-04" class="date">
|
|
{{#if published}}
|
|
Published {{dateFormat published_at timeago="True"}}
|
|
{{else}}
|
|
<span class="status-draft">Draft</span>
|
|
{{/if}}
|
|
</time>
|
|
{{!<span class="views">1,934</span>}}
|
|
</section>
|
|
</a> |