diff --git a/_includes/archive-single.html b/_includes/archive-single.html index eef7f89..a046550 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -40,9 +40,9 @@
{{ post.type }}, {{ post.venue }}, {{ post.date | default: "1900-01-01" | date: "%Y" }}
- {% elsif post.collection == 'publications' %} + {% if post.excerpt and site.read_more != 'enabled' %}{{ post.excerpt | markdownify }}