{% assign sorted_tags = site.tags | sort %} {% for tag in sorted_tags %}

{{ tag[0] }}

{% endfor %}