We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76cc30 commit 772d735Copy full SHA for 772d735
_pages/team.md
@@ -27,6 +27,9 @@ Jump to [staff](#staff), [master and bachelor students](#master-and-bachelor-stu
27
<img src="{{ site.url }}{{ site.baseurl }}/images/teampic/{{ member.photo }}" class="img-responsive" width="15%" style="float: left" />
28
<h4>{{ member.name }}</h4>
29
<i>{{ member.info }} <!--<br>email: <{{ member.email }}></i> -->
30
+ <p>{{ member.bio }}</p>
31
+
32
+ <!--
33
<ul style="overflow: hidden">
34
35
{% if member.number_educ == 1 %}
@@ -60,6 +63,8 @@ Jump to [staff](#staff), [master and bachelor students](#master-and-bachelor-stu
60
63
{% endif %}
61
64
62
65
</ul>
66
+ -->
67
68
</div>
69
70
{% assign number_printed = number_printed | plus: 1 %}
0 commit comments