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

{{ tag[0] | capitalize }}

{% endfor %}