Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 593 Bytes

File metadata and controls

21 lines (20 loc) · 593 Bytes
layout page
permalink /tag
title Posts Grouped by Tag
{% for tag in site.tags %} {% capture tag_name %}{{ tag | first }}{% endcapture %} {% capture tag_count %}{{ site.tags[tag_name] | size }}{% endcapture %}

{{ tag_name }} ({{ tag_count }})

{% endfor %}