Sha256: 98a6d5e82f90359c36143ea7d56b3b4eac4ae1414c7086b4b09f229bdd783742

Contents?: true

Size: 1.13 KB

Versions: 17

Compression:

Stored size: 1.13 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 o-section-block--divided">
      <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>
      {% unless forloop.last %}<hr>{% endunless %}
    </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 o-section-block--divided">
    <section class="large-12 columns">
      {% include people/list-responsive.html team=team %}
    </section>
  </div>
{% endif %}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
jekyll-theme-pirati-5.3.1 _layouts/members.html
jekyll-theme-pirati-5.3.0 _layouts/members.html
jekyll-theme-pirati-5.2.2 _layouts/members.html
jekyll-theme-pirati-5.2.1 _layouts/members.html
jekyll-theme-pirati-5.2.0 _layouts/members.html
jekyll-theme-pirati-5.1.1 _layouts/members.html
jekyll-theme-pirati-5.1.0 _layouts/members.html
jekyll-theme-pirati-5.0.0 _layouts/members.html
jekyll-theme-pirati-4.3.0 _layouts/members.html
jekyll-theme-pirati-4.2.4 _layouts/members.html
jekyll-theme-pirati-4.2.3 _layouts/members.html
jekyll-theme-pirati-4.2.2 _layouts/members.html
jekyll-theme-pirati-4.2.1 _layouts/members.html
jekyll-theme-pirati-4.2.0 _layouts/members.html
jekyll-theme-pirati-4.1.0 _layouts/members.html
jekyll-theme-pirati-4.0.0 _layouts/members.html
jekyll-theme-pirati-3.6.0 _layouts/members.html