--- layout: page --- {% capture tags %} {% for tag in site.tags %} {{ tag | first | downcase}}|{{ tag | first }} {% unless forloop.last %},{% endunless %} {% endfor %} {% endcapture %} {% assign sorted_tags = tags | split:',' | sort %}