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.
1 parent e9094fd commit 6c2d154Copy full SHA for 6c2d154
_includes/team-profile.html
@@ -14,11 +14,17 @@ <h1>{{ member.name }}</h1>
14
{% endif %}
15
<img src="{{ site.url }}{{ site.baseurl }}/images/team/{{ member_photo }}" class="img-responsive" width="25%" style="float: left" />
16
<i>{{ member.info }}</i><br>
17
+{% if member.responsibilities %}
18
+<p> {{ member.responsibilities | markdownify | remove: '<p>' | remove: '</p>'}} </p>
19
+{% endif %}
20
{% if member.email %}
21
<i>email: <{{ member.email }}></i>
22
23
{% if member.education %}
24
<p> <strong>Education:</strong> {{ member.education }} </p>
25
26
+{% if member.org %}
27
+<p> <strong>Institution:</strong> {{ member.org }} </p>
28
29
{% for project in member.projects %}
30
<p class="text-justify">
0 commit comments