Skip to content

Commit 03f8dd8

Browse files
authored
Update postdoc.html
1 parent 81048dc commit 03f8dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/postdoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h3>Project: {{project.project_title}}</h3>
6565
<ul>
6666
{% for presentation in page.presentations %}
6767
{% assign prettydate = presentation.date | date: "%-d %b %Y" %}
68-
<li>{{prettydate}} - <a href="{{presentation.url}}">"{{presentation.title}}"</a>, {{page.fellow-name}}, <a href="{{presentation.meetingurl}}">{{presentation.meeting}}</a>
68+
<li>{{prettydate}} - <a href="{{presentation.url}}">"{{presentation.title}}"</a>, {{page.postdoc-name}}, <a href="{{presentation.meetingurl}}">{{presentation.meeting}}</a>
6969
{% if presentation.recordingurl %}
7070
Recording: <a href="{{presentation.recordingurl}}">{{presentation.title}}</a></li>
7171
{% endif %}

0 commit comments

Comments
 (0)