We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d5a40 commit 42422b4Copy full SHA for 42422b4
index.md
@@ -39,7 +39,7 @@ home: true
39
40
<h2 id="people-header">People</h2>
41
<div id="people" class="pure-g">
42
- {% assign members = site.data.people | filter_alumni: nil | sort_people: 'Professor, PhD, Visiting, Undergraduate Student', false %}
+ {% assign members = site.data.people | filter_alumni: nil | sort_people: 'Professor, PhD, Visiting, Researcher, Undergraduate Student', false %}
43
{% for person in members %}
44
{% unless person[1].not_current %}
45
<div id="{{person[0]}}" class="person pure-u-1-4">
0 commit comments