Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 920 Bytes

background.md

File metadata and controls

28 lines (28 loc) · 920 Bytes
title layout permalink
Background to tapestry
default
{% assign rows = site.background.size | divided_by: 2.0 | ceil %} {% for i in (1..rows) %} {% assign offset = forloop.index0 | times: 2 %} {% assign sorted = site.background | sort:"order" %} {% for author in sorted limit:2 offset:offset %} {% endfor %} {% endfor %}