layout default permalink /works/ title Explore Impressionism {% assign rows = site.artists.size | divided_by: 2.0 | ceil %} {% for i in (1..rows) %} {% assign offset = forloop.index0 | times: 2 %} {% assign sorted = site.artists | sort:"order" %} {% for author in sorted limit:2 offset:offset %} {{author.title}} {{author.artist_name}} {% endfor %} {% endfor %}