We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377f14c commit d06c8f5Copy full SHA for d06c8f5
_includes/archive-single.html
@@ -40,7 +40,7 @@ <h2 class="archive__item-title" itemprop="headline">
40
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 == 'publication' %}
+ {% elsif post.collection == 'publications' %}
44
<p>Published in <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </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>
0 commit comments