layout | title | permalink | author | contributors |
---|---|---|---|---|
page |
Team |
/team/ |
brucellino |
This event wouldn't have happened without the support of the organisers, facilitators and all those who participated. {% assign nOrganisers = site.data.team.organisers | size %} {% comment %} We need to calculate the number of rows for nOrgs and 3 cols - ceil(nOrgs/3){% endcomment %} {% assign nrows = nOrganisers | divided_by: 3. | ceil %} {% assign row_offset = nrows | minus: 1 %}
{% for row in (1..{{nrows}}) %}{% assign nFacilitators = site.data.team.facilitators | size %} {% comment %} We need to calculate the number of rows for nOrgs and 3 cols - ceil(nOrgs/3){% endcomment %} {% assign nrowsF = nFacilitators | divided_by: 3. | ceil %} {% assign row_offset = nrows | minus: 1 %}
{% for row in (1..{{nrowsF}}) %}{% assign nPresenters = site.data.team.presenters | size %} {% comment %} We need to calculate the number of rows for nOrgs and 3 cols - ceil(nOrgs/3){% endcomment %} {% assign nrowsF = nPresenters | divided_by: 3. | ceil %} {% assign row_offset = nrows | minus: 1 %}
{% for row in (1..{{nrowsF}}) %}