--- layout: base ---
{% assign cateIdx = 0 %} {% for category in site.categories %}
{% for posts in category %} {% include post_list.html posts=posts cateIdx=cateIdx %} {% assign cateIdx = cateIdx | plus: 1 %} {% endfor %}
{% endfor %}