File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,6 @@ <h3 class="no-margin title">
64
64
{% endif %}
65
65
</ p >
66
66
< 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 %}
72
67
{% assign content = member.content | strip %}
73
68
{% if member.github and member.links == nil and content == "" %}
74
69
< li >
@@ -126,11 +121,6 @@ <h3 class="no-margin title">
126
121
{% endif %}
127
122
</ p >
128
123
< 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 %}
134
124
{% assign content = member.content | strip %}
135
125
{% if member.github and member.links == nil and content == "" %}
136
126
< li >
@@ -189,13 +179,6 @@ <h3 class="no-margin title">
189
179
{% endif %}
190
180
</ p >
191
181
< 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 %}
199
182
{% assign content = member.content | strip %}
200
183
{% if member.github and member.links == nil and content == "" %}
201
184
< li >
You can’t perform that action at this time.
0 commit comments