{% if site.enabled.tags == true %}

Tags

{% for tag in site.tags %} {% comment %} Do not remove the [0]. This breaks Jekyll :( {% endcomment %} {{tag[0]}} {% endfor %}
{% endif %}