Skip to content

Commit 17588dc

Browse files
committed
unsupported and keyword
1 parent 2bd20df commit 17588dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

people.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ description: Meet the Conservation Tech Lab team
2222
{% include people-cards.html collection=head title="Lab" %}
2323

2424
{% 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'" %}
25+
{% 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'" %}
2627
{% include people-cards.html collection=lab_others title="" %}
2728

2829
{% include people-cards.html collection=site.data.people.fellows title="Fellows" %}

0 commit comments

Comments
 (0)