Sha256: f600882711c4270cb2d8f8d1c05822244b05282848f6995c81b294af4eea5240

Contents?: true

Size: 1.08 KB

Versions: 23

Compression:

Stored size: 1.08 KB

Contents

---
layout: default
---


<div class="container container--default py-8 lg:py-24">
  {% include page-header.html headline=page.title content=content contentClass="mb-8 lg:mb-16 content-block" %}

  {% if page.viewMode == 'grouped' %}
    {% for group in page.groups %}
      <section>
        {% 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 class="hr--big" />{% endunless %}
    {% 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 %}

    <section>
      {% include people/list-responsive.html team=team %}
    </section>
  {% endif %}
</div>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
jekyll-theme-pirati-sk-1.0.3 _layouts/members.html
jekyll-theme-pirati-sk-1.0.0 _layouts/members.html
jekyll-theme-pirati-8.4.7 _layouts/members.html
jekyll-theme-pirati-8.4.6 _layouts/members.html
jekyll-theme-pirati-8.4.5 _layouts/members.html
jekyll-theme-pirati-8.4.4 _layouts/members.html
jekyll-theme-pirati-8.4.3 _layouts/members.html
jekyll-theme-pirati-8.4.1 _layouts/members.html
jekyll-theme-pirati-8.4.0 _layouts/members.html
jekyll-theme-pirati-8.3.0 _layouts/members.html
jekyll-theme-pirati-8.2.2 _layouts/members.html
jekyll-theme-pirati-8.2.1 _layouts/members.html
jekyll-theme-pirati-8.2.0 _layouts/members.html
jekyll-theme-pirati-8.1.0 _layouts/members.html
jekyll-theme-pirati-8.0.0 _layouts/members.html
jekyll-theme-pirati-8.0.0.pre.beta2 _layouts/members.html
jekyll-theme-pirati-8.0.0.pre.beta1 _layouts/members.html
jekyll-theme-pirati-8.0.0.pre.alpha6 _layouts/members.html
jekyll-theme-pirati-8.0.0.pre.alpha5 _layouts/members.html
jekyll-theme-pirati-8.0.0.pre.alpha4 _layouts/members.html