Newer
Older
permalink: /people/
redirect_from: /people.html
{% assign current_people = site.people | where: "alumnus","false" %}
{% include person-cards.html people=current_people %}
<br>
<h2 class="post-title">Alumni</h2>
{% assign alumni = site.people | where: "alumnus","true" %}
{% include alumni.html people=alumni %}