--- layout: default ---
{% capture site_tags %}{% for tag in site.tags %}{{ tag | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %} {% assign sortedTags=site_tags | split:',' | sort %} {% for tag in sortedTags %} {{ tag }} [{{ site.tags[tag].size }}] {% unless forloop.last %}, {% endunless %} {% endfor %}
{% capture site_tags %}{% for tag in site.tags %}{{ tag | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %} {% assign sortedTags = site_tags | split:',' | sort %} {% for tag in sortedTags %} {{ tag }} [{{ site.tags[tag].size }}] {% unless forloop.last %} | {% endunless %} {% endfor %}