Skip to content

Commit 6c2d154

Browse files
committed
Propagate the new fields to the personal default page
1 parent e9094fd commit 6c2d154

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_includes/team-profile.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ <h1>{{ member.name }}</h1>
1414
{% endif %}
1515
<img src="{{ site.url }}{{ site.baseurl }}/images/team/{{ member_photo }}" class="img-responsive" width="25%" style="float: left" />
1616
<i>{{ member.info }}</i><br>
17+
{% if member.responsibilities %}
18+
<p> {{ member.responsibilities | markdownify | remove: '<p>' | remove: '</p>'}} </p>
19+
{% endif %}
1720
{% if member.email %}
1821
<i>email: <{{ member.email }}></i>
1922
{% endif %}
2023
{% if member.education %}
2124
<p> <strong>Education:</strong> {{ member.education }} </p>
25+
{% endif %}
26+
{% if member.org %}
27+
<p> <strong>Institution:</strong> {{ member.org }} </p>
2228
{% endif %}
2329
{% for project in member.projects %}
2430
<p class="text-justify">

0 commit comments

Comments
 (0)