Skip to content

Commit 204a3c3

Browse files
committed
Try fixing the live website.
1 parent c5c0727 commit 204a3c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: _pages/team.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ permalink: /team/
1111
<div class="clearfix">
1212

1313
{% assign active_contrib = site.data.contributors | where: "active", "1" %}
14-
{% assign past_contrib = site.data.contributors | where: "active", nil %}
15-
14+
{% assign past_contrib = site.data.contributors | where_exp: "item", "item.active == nil" %}
1615

1716
{% assign number_printed = 0 %}
1817
{% for member in active_contrib %}

0 commit comments

Comments
 (0)