---
layout: default
title: Categories
permalink: /category/
icon: th-list
type: page
---
{{page.title}}
{% for category in site.categories %}
{{category | first}}
{% for posts in category %}
{% for post in posts %}
{% if post.url %}
-
{{ post.title }}
{% include category.html %}
{% include tag.html %}
{% endif %}
{% endfor %}
{% endfor %}
{% endfor %}
{% include sidebar-search.html %}