--- layout: page title: Category Index permalink: /categories/index.html title: Category Index tags: [Categories] description: "An archive of posts sorted by categories." --- {% for tag in site.categories %}

{{ tag[0] | capitalize }}

{% endfor %}