Skip to content

Latest commit

 

History

History
executable file
·
22 lines (22 loc) · 878 Bytes

File metadata and controls

executable file
·
22 lines (22 loc) · 878 Bytes
title Our Partners
layout default

{% assign rows = site.partners.size | divided_by: 2.0 | ceil %} {% for i in (1..rows) %} {% assign offset = forloop.index0 | times: 2 %}

{% for author in site.partners limit:2 offset:offset %}
{{page.title}}'s profile image

{{ author.content | strip_html | truncatewords: 90}}

Read more about {{author.title}}
{% endfor %}
{% endfor %}