{% if site.tags.first %}

Tags

{% for tag in site.tags %}
{% capture cat %}{{ tag | first }}{% endcapture %} {{ cat }}
{% endfor %}
{% endif %}