Blog-list
- {% for tag in blog.all_tags %} {% assign count = 0 %} {% for article in blogs[blog.handle].articles %} {% if article.tags contains tag %} {% capture count %}{{ count | plus: 1 }}{% endcapture %} {% endif %} {% endfor %}
- {{ tag }} ({{ count }}) {% endfor %}