We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e55359c + 7c2f49e commit e78c311Copy full SHA for e78c311
members.html
@@ -32,7 +32,7 @@ <h3>{{ author.position }}</h3>
32
33
<ul>
34
{% for author in site.authors %}
35
- {% if author.captain != true%}
+ {% if author.captain != true and author.former_captain != true %}
36
<li>
37
<h2><a href="{{ author.url }}">{{ author.name }}</a></h2>
38
<h3>{{ author.position }}</h3>
0 commit comments