Sha256: d3f80cad38f6e89730aaf7c3af83405f5d212ca6784558b062d72975716807e3
Contents?: true
Size: 439 Bytes
Versions: 3
Compression:
Stored size: 439 Bytes
Contents
--- layout: page title: Categories header: Posts By Category group: navigation --- {% include JB/setup %} <ul class="tag_box inline"> {% assign categories_list = site.categories %} {% include JB/categories_list %} </ul> {% for category in site.categories %} <h2 id="{{ category[0] }}-ref">{{ category[0] | join: "/" }}</h2> <ul> {% assign pages_list = category[1] %} {% include JB/pages_list %} </ul> {% endfor %}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dextery-0.0.4a | lib/dextery/template/categories.html |
dextery-0.0.4 | lib/dextery/template/categories.html |
dextery-0.0.3c | lib/dextery/template/categories.html |