Skip to content

Commit 7c2f49e

Browse files
committed
Fix duplicate member listing
1 parent e55359c commit 7c2f49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

members.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h3>{{ author.position }}</h3>
3232

3333
<ul>
3434
{% for author in site.authors %}
35-
{% if author.captain != true%}
35+
{% if author.captain != true and author.former_captain != true %}
3636
<li>
3737
<h2><a href="{{ author.url }}">{{ author.name }}</a></h2>
3838
<h3>{{ author.position }}</h3>

0 commit comments

Comments
 (0)