Sha256: e4fe9840c00f76731616335840340a290a377d589c4a9c59a7de75552a5bfaef

Contents?: true

Size: 567 Bytes

Versions: 10

Compression:

Stored size: 567 Bytes

Contents

{{#foreach posts }}
  <article class="{{ post_class }}">
    <header>
      <h2>
        <a href="{{url}}">{{{ title }}}</a>
      </h2>
    </header>
    <p>
      {{ excerpt words="30" }}
    </p>
    <footer>
      {{#if author.image }}
        <img src="{{ author.image }}" alt="Author image" nopin="nopin">
      {{/if}}
      {{author}}
      {{tags prefix=" on "}}
      <time datetime="{{ date format='YYYY-MM-DD' }}">
        {{ date format="DD MMMM YYYY" }}
      </time> 
    </footer> 
  </article>
{{/foreach }}

{{ pagination }}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
edge_framework-2.1.1 template/ghost/partials/posts.hbs
edge_framework-2.1.0 template/ghost/partials/posts.hbs
edge_framework-2.0.0 template/ghost/partials/posts.hbs
edge_framework-2.0.0.a template/ghost/partials/posts.hbs
edge_framework-1.4.1 template/ghost/partials/posts.hbs
edge_framework-1.4.0 template/ghost/partials/posts.hbs
edge_framework-1.3.6 template/ghost/partials/posts.hbs
edge_framework-1.3.5 template/ghost/partials/posts.hbs
edge_framework-1.3.3 template/ghost/partials/posts.hbs
edge_framework-1.3.2 template/ghost/partials/posts.hbs