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