Skip to content

Commit e78c311

Browse files
authored
Merge pull request #108 from ubcctf/fix-member-duplicate
Fix duplicate member listing
2 parents e55359c + 7c2f49e commit e78c311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)