Skip to content

Commit 42422b4

Browse files
authored
Update index.md
1 parent 00d5a40 commit 42422b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ home: true
3939

4040
<h2 id="people-header">People</h2>
4141
<div id="people" class="pure-g">
42-
{% assign members = site.data.people | filter_alumni: nil | sort_people: 'Professor, PhD, Visiting, Undergraduate Student', false %}
42+
{% assign members = site.data.people | filter_alumni: nil | sort_people: 'Professor, PhD, Visiting, Researcher, Undergraduate Student', false %}
4343
{% for person in members %}
4444
{% unless person[1].not_current %}
4545
<div id="{{person[0]}}" class="person pure-u-1-4">

0 commit comments

Comments
 (0)