Skip to content

Commit 94f83d2

Browse files
authored
remove emails from team page (#461)
* remove emails from team page * remove comments
1 parent 188e9ab commit 94f83d2

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

team.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ <h3 class="no-margin title">
6464
{% endif %}
6565
</p>
6666
<ul class="list-unstyled">
67-
{% if member.email %}
68-
<li>
69-
<a class="tla-link" href="mailto:{{member.email}}"><span class="fa fa-envelope"></span> {{ member.email }}</a>
70-
</li>
71-
{% endif %}
7267
{% assign content = member.content | strip %}
7368
{% if member.github and member.links == nil and content == "" %}
7469
<li>
@@ -126,11 +121,6 @@ <h3 class="no-margin title">
126121
{% endif %}
127122
</p>
128123
<ul class="list-unstyled">
129-
{% if member.email %}
130-
<li>
131-
<a class="tla-link" href="mailto:{{member.email}}"><span class="fa fa-envelope"></span> {{ member.email }}</a>
132-
</li>
133-
{% endif %}
134124
{% assign content = member.content | strip %}
135125
{% if member.github and member.links == nil and content == "" %}
136126
<li>
@@ -189,13 +179,6 @@ <h3 class="no-margin title">
189179
{% endif %}
190180
</p>
191181
<ul class="list-unstyled">
192-
{% comment %}
193-
{% if member.email %}
194-
<li>
195-
<a class="tla-link" href="mailto:{{member.email}}"><span class="fa fa-envelope"></span> {{ member.email }}</a>
196-
</li>
197-
{% endif %}
198-
{% endcomment %}
199182
{% assign content = member.content | strip %}
200183
{% if member.github and member.links == nil and content == "" %}
201184
<li>

0 commit comments

Comments
 (0)