File tree Expand file tree Collapse file tree 4 files changed +4
-27
lines changed
Expand file tree Collapse file tree 4 files changed +4
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -233,10 +233,6 @@ collections:
233233 permalink : /:collection/:path/
234234
235235
236- # These settings control how pages and collections are included in the site
237- collections :
238- members :
239- output : true
240236
241237defaults :
242238 # _posts
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Trying to get some text here
66{% assign people_sorted = site.members | sort: 'seniority' %}
77{% assign role_array = "pi|postdoc|gradstudent|researchstaff|visiting|others|alumni" | split: "|" %}
88
9+ {% for members in site.members%}
10+ <h2 > {{member.name}} </h2 >
11+ {% endfor %}
12+
913{% for role in role_array %}
1014
1115{% assign people_in_role = people_sorted | where: 'position', role %}
You can’t perform that action at this time.
0 commit comments