{% for tag in site.tags %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
  • {{ tag_name }}
  • {% endfor %}