Skip to content

Commit bf5eea6

Browse files
authored
Update members.md
1 parent 52d2d33 commit bf5eea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Version 8
1111
{% assign role_array = "pi|postdoc|gradstudent|researchstaff|visiting|others|alumni" | split: "|" %}
1212
<h1> Role array {{role_array}} </h1>
1313
{% for role in role_array %}
14-
{% assign people_in_role = people_sorted | where: 'position', role %}
14+
{% assign people_in_role = people_sorted | where: 'role', role %}
1515
<h2> People in role: {{people_in_role}} {{role}} </h2>
1616
{% if people_in_role.size == 0 %}
1717
<!-- Skip section if there's nobody -->

0 commit comments

Comments
 (0)