blob: 861673b9e3626b3548cf668cfe36386c2ff238fd [file] [log] [blame]
---
layout: page
title: Categories
header: Posts By Category
---
{% 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 %}