Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 613 Bytes

File metadata and controls

29 lines (27 loc) · 613 Bytes
layout title permalink
page
Categories
/categories/

{% for category in site.categories %}

{{ category[0] }} ({{ category[1].size }})

    {% for post in category[1] %} {% if post %}
  • {{ post.title }}
  • {% endif %} {% endfor %}
{% endfor %}