Sha256: 5431cb5ef35695ee71677bd241147d05d2ec8e3f9f82d1dab80845eaef90d22e

Contents?: true

Size: 236 Bytes

Versions: 7

Compression:

Stored size: 236 Bytes

Contents

template: default.html

{{#posts}}
  <article id="{{dom_id}}" class="post">
    <h2 class="post-title"><a href="{{link}}">{{title}}</a></h2>
    <div class="post-content">
      {{& rendered_content}}
    </div>
  </article>
{{/posts}}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
howl-0.5.5 sample_site/site/index.html
howl-0.5.4 sample_site/site/index.html
howl-0.5.3 sample_site/site/index.html
howl-0.5.2 sample_site/site/index.html
howl-0.5.1 sample_site/site/index.html
howl-0.5.0 sample_site/site/index.html
howl-0.4.1 sample_site/site/index.html