Skip to content

Commit 5f95d9f

Browse files
Display alphabetically, not by role
1 parent 21b8347 commit 5f95d9f

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

docs/facilitators.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -90,29 +90,7 @@ layout: home
9090
Running CRUP would not be possible without these amazing people!
9191

9292
<div class="role">
93-
{% assign edvps = site.people | where: 'role', 'VP of Education' %}
94-
{% for person in edvps %}
95-
{{ person }}
96-
{% endfor %}
97-
</div>
98-
99-
<div class="role">
100-
{% assign tas = site.people | where: 'role', 'Mentored PM' %}
101-
{% for person in tas %}
102-
{{ person }}
103-
{% endfor %}
104-
</div>
105-
106-
<div class="role">
107-
{% assign instructors = site.people | where: 'role', 'Client PM' %}
108-
{% for person in instructors %}
109-
{{ person }}
110-
{% endfor %}
111-
</div>
112-
113-
<div class="role">
114-
{% assign mentors = site.people | where: 'role', 'Member' %}
115-
{% for person in mentors %}
93+
{% for person in site.people %}
11694
{{ person }}
11795
{% endfor %}
11896
</div>

0 commit comments

Comments
 (0)