--- layout: default ---
{% assign sortedtags = site.tags | sort %} {% for tag in sortedtags %}

{{ tag[0] | capitalize }}

{% endfor %}