Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 488 Bytes

File metadata and controls

26 lines (23 loc) · 488 Bytes
layout default
title Tags
comments false
sharing false
footer true
permalink tags/

{{page.title}}

{% capture tags %} {% for tag in site.tags %} {{ tag[0] }} {% endfor %} {% endcapture %} {% assign sortedtags = tags | split:' ' | sort %}

{% for tag in sortedtags %}

{{ tag }}

{% endfor %}