1 parent d01d826 commit d495291Copy full SHA for d495291
2 files changed
_includes/.archive-single.html.swp
12 KB
_includes/archive-single.html
@@ -41,7 +41,7 @@ <h2 class="archive__item-title" itemprop="headline">
41
{% if post.collection == 'teaching' %}
42
<p> {{ post.type }}, <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </p>
43
{% elsif post.collection == 'publications' %}
44
- <p>Presented at <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </p>
+ <p>Presented at <i>{{ post.venue }}</i></p>
45
{% elsif post.date %}
46
<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>
47
{% endif %}
0 commit comments