Sha256: 505ad9d4c031613c27988ed2b208cf01fd0e3403895dd09a1b6d90ff5584273c
Contents?: true
Size: 1.03 KB
Versions: 29
Compression:
Stored size: 1.03 KB
Contents
--- layout: default --- {% include page-header.html headline=page.title content=content %} {% if page.viewMode == 'grouped' %} {% for group in page.groups %} <div class="row o-section-block"> <section class="large-12 columns"> {% assign team = site.people | where_exp: "item", "item.categories contains group.category" %} {% if group.sort %} {% assign team = team | sort: group.sort %} {% endif %} {% include people/list-group.html team=team teamName=group.name teamShortcut=group.category %} </section> </div> {% endfor %} {% else %} {% if page.category %} {% assign team = site.people | where_exp: "item", "item.categories contains page.category" %} {% else %} {% assign team = site.people %} {% endif %} {% if page.sort %} {% assign team = team | sort: page.sort %} {% endif %} <div class="row o-section-block"> <section class="large-12 columns"> {% include people/list-responsive.html team=team %} </section> </div> {% endif %}
Version data entries
29 entries across 29 versions & 1 rubygems