Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 991 Bytes

File metadata and controls

29 lines (29 loc) · 991 Bytes
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 %}