We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd20df commit 17588dcCopy full SHA for 17588dc
1 file changed
people.md
@@ -22,7 +22,8 @@ description: Meet the Conservation Tech Lab team
22
{% include people-cards.html collection=head title="Lab" %}
23
24
{% comment %} Render the rest of the lab members {% endcomment %}
25
- {% assign lab_others = site.data.people.lab | where_exp: "person", "person.id != 'iingram' and person.id != 'mtobler'" %}
+ {% assign lab_others = site.data.people.lab | where_exp: "person", "person.id != 'iingram'" %}
26
+ {% assign lab_others = lab_others | where_exp: "person", "person.id != 'mtobler'" %}
27
{% include people-cards.html collection=lab_others title="" %}
28
29
{% include people-cards.html collection=site.data.people.fellows title="Fellows" %}
0 commit comments