Sha256: 0b27cdbaf97a9584afd37af987c6146404986bc70017aec6602956ba1ce6d5ef

Contents?: true

Size: 250 Bytes

Versions: 2

Compression:

Stored size: 250 Bytes

Contents

---
layout: default
---
<div class="container">
  <div class="page-header">
    <h1>{{page.category}}</h1>
  </div>
  {% assign posts = site.categories[page.category] %}
  {% for post in posts %}
  {% include index_item.html %}
  {% endfor %}
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
drink_up_doctor-0.4.0 bootstrap-boilerplate/_layouts/category_index.html
drink_up_doctor-0.3.1 bootstrap-boilerplate/_layouts/category_index.html