diff --git a/_includes/archive-single.html b/_includes/archive-single.html index 600c3c59da4ca..31b355e54f9e4 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -40,9 +40,9 @@

{% if post.collection == 'teaching' %}

{{ post.type }}, {{ post.venue }}, {{ post.date | default: "1900-01-01" | date: "%Y" }}

- {% elsif page.venue and page.date %} + {% elsif post.venue and post.date %}

Published in {{ post.venue }}, {{ post.date | default: "1900-01-01" | date: "%Y" }}

- {% elsif page.date %} + {% elsif post.date %}

{{ site.data.ui-text[site.locale].date_label | default: "Published:" }}

{% endif %}