Sha256: 982623a217938deeaf082a5a8ff2815db12ab14528d519d622be0bb1c69c2dfc

Contents?: true

Size: 515 Bytes

Versions: 1

Compression:

Stored size: 515 Bytes

Contents

---
layout: page
title:  Categories
permalink: /categories/
---
<div class="tag-list">
{% for cat in site.categories %}
  <div class="tag-group">
    {% capture cat_name %}{{ cat | first }}{% endcapture %}
    <h5 class="tag-group-title" id="{{ cat_name | slugize }}">{{ cat_name }}</h5>
    {% for post in site.categories[cat_name] %}
    <article class="tag-item">
      <a class="tag-item-title" href="{{ site.url }}{{ post.url }}">{{post.title}}</a>
    </article>
    {% endfor %}
  </div>
{% endfor %}
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
leonids-0.1.1 categories/index.html