--- layout: post --- {% assign collection= site.collections | where: "label", page.collection | first %} {% assign items = collection.docs | sort: 'order' %}
{% for post in collection %} {% assign loopindex = forloop.index | modulo: 3 %} {% if loopindex == 0 %}
{% else %} {% endfor %}