--- layout: bare title: Posts by Category description: Complete list of posts by category. showinnav: true --- {% assign categories_list = site.categories %}
{% for category in site.categories %}

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

{% endfor %}