Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 912 Bytes

team.md

File metadata and controls

42 lines (35 loc) · 912 Bytes
layout title
default
Team
<style> .btn-info { background-color: #337ab7; border-color: #2e6da4; } .category-header { border-bottom: 1px solid #eee; font-weight: 500; } .up-icon { float: right; color: #337ab7; } </style>
{% assign categories = site.data.members | group_by: 'category' %} {% for category in categories %} {{ category.name }} {% endfor %}

{% for category in categories %}

{{ category.name }}

{% for member in category.items %} {%- include person.html member=member -%} {% endfor %}

{% endfor %}