Sha256: 8c00354128431889b572d52e75c72810ae2276946a2f69414a165b1b1fad044b
Contents?: true
Size: 444 Bytes
Versions: 1
Compression:
Stored size: 444 Bytes
Contents
--- layout: default thumbnail: --- <section class="blog-masthead global-masthead"> <h1> {{ page.title }} | {{ page.category }} </h1> </section> <div class="blog-wrapper"> <!-- list posts in page.catogory --> {% for category in site.categories %} {% if category[0] == page.category %} {% for post in category[1] %} {% include list-post-items.html %} {% endfor %} {% endif %} {% endfor %} {% include paginator.html %} </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
made-slowly-0.0.1 | _layouts/categories.html |