Skip to content
Snippets Groups Projects
people.html 361 B
Newer Older
Thomas Wood's avatar
Thomas Wood committed
---
title: People
Shale XIONG's avatar
Shale XIONG committed
menu_order: 3
permalink: /people/
redirect_from: /people.html
Thomas Wood's avatar
Thomas Wood committed
---
pmaksimo's avatar
pmaksimo committed
{% assign current_people = site.people | where: "alumnus","false" %}
{% include person-cards.html people=current_people %}
Shale XIONG's avatar
Shale XIONG committed

<br>

<h2 class="post-title">Alumni</h2>

{% assign alumni = site.people | where: "alumnus","true" %}
{% include alumni.html people=alumni %}