Sha256: a389f453639a02db687d5d56d1a8bcfcdec9c3d14ea7bf37d47838e2ec9f8bfa
Contents?: true
Size: 758 Bytes
Versions: 12
Compression:
Stored size: 758 Bytes
Contents
<section class="posts-list"> {{#if content.isUpdating}} Loading... {{else}} {{#each post in content}} {{#link-to "posts.show" post class="post" tagName="div"}} <h2>{{post.title}}</h2> <div class="date"> {{post.publishedAtFormatted}} </div> <div class="summary"> {{{post.summary}}} </div> {{/link-to}} {{else}} <p> No Posts :( </p> {{/each}} {{/if}} </section> <article class="post"> <p> Select a post from the left to view, edit, or publish. </p> <p> {{#link-to "posts.new"}}Create a New Post{{/link-to}} </p> <a href="https://github.com/codelation/blogelator" class="logo" target="_blank">Powered by Blogelator</a> </article>
Version data entries
12 entries across 12 versions & 1 rubygems