--- layout: page title: Tags permalink: /tags/ ---
{% assign site_tags = site.tags | sort %} {% for tag in site_tags %}

{{ tag[0] }}

{% endfor %}