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

Version Path
jekyll-theme-pirati-7.7.1 _layouts/members.html
jekyll-theme-pirati-7.7.0 _layouts/members.html
jekyll-theme-pirati-7.6.2 _layouts/members.html
jekyll-theme-pirati-7.6.1 _layouts/members.html
jekyll-theme-pirati-7.6.0 _layouts/members.html
jekyll-theme-pirati-7.5.0 _layouts/members.html
jekyll-theme-pirati-7.4.0 _layouts/members.html
jekyll-theme-pirati-7.3.0 _layouts/members.html
jekyll-theme-pirati-7.2.0 _layouts/members.html
jekyll-theme-pirati-7.1.1 _layouts/members.html
jekyll-theme-pirati-7.0.0 _layouts/members.html
jekyll-theme-pirati-6.9.0 _layouts/members.html
jekyll-theme-pirati-6.8.0 _layouts/members.html
jekyll-theme-pirati-6.7.2 _layouts/members.html
jekyll-theme-pirati-6.7.0 _layouts/members.html
jekyll-theme-pirati-6.6.2 _layouts/members.html
jekyll-theme-pirati-6.6.1 _layouts/members.html
jekyll-theme-pirati-6.6.0 _layouts/members.html
jekyll-theme-pirati-6.5.0 _layouts/members.html
jekyll-theme-pirati-6.4.0 _layouts/members.html