--- layout: base ---
{% assign tagIdx = 0 %} {% for tag in site.tags %}
{% for posts in tag %} {% include post_list.html posts=posts tagIdx=tagIdx %} {% assign tagIdx = tagIdx | plus: 1 %} {% endfor %}
{% endfor %}