layout | title | permalink |
---|---|---|
page |
Categories |
/categories/ |
{% assign sorted_cats = site.categories | sort %} {% for category in sorted_cats %}
-
{% for posts in category %}
{% for post in posts %}
{% if post.url %}
- {{ post.title }} {% endif %} {% endfor %} {% endfor %}