Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 433 Bytes

categories.md

File metadata and controls

23 lines (19 loc) · 433 Bytes
layout title header group
page
Categories
Posts By Category
navigation

{% include JB/setup %}

    {% assign categories_list = site.categories %} {% include JB/categories_list %}

{% for category in site.categories %}

{{ category[0] | join: "/" }}

    {% assign pages_list = category[1] %} {% include JB/pages_list %}
{% endfor %}