Skip to content

Commit d495291

Browse files
committed
small fix
1 parent d01d826 commit d495291

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/.archive-single.html.swp

12 KB
Binary file not shown.

_includes/archive-single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2 class="archive__item-title" itemprop="headline">
4141
{% if post.collection == 'teaching' %}
4242
<p> {{ post.type }}, <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </p>
4343
{% elsif post.collection == 'publications' %}
44-
<p>Presented at <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </p>
44+
<p>Presented at <i>{{ post.venue }}</i></p>
4545
{% elsif post.date %}
4646
<p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Published:" }}</strong> <time datetime="{{ post.date | default: "1900-01-01" | date_to_xmlschema }}">{{ post.date | default: "1900-01-01" | date: "%B %d, %Y" }}</time></p>
4747
{% endif %}

0 commit comments

Comments
 (0)