4 header: Posts By Category
9 <ul class=
"tag_box inline">
10 {% assign categories_list = site.categories %}
11 {% include JB/categories_list %}
15 {% for category in site.categories %}
16 <h2 id=
"{{ category[0] }}-ref">{{ category[
0] | join:
"/" }}
</h2>
18 {% assign pages_list = category[
1] %}
19 {% include JB/pages_list %}