diff --git a/_layouts/collection/collection_index.html b/_layouts/collection/collection_index.html index 3b317a9f..71105881 100644 --- a/_layouts/collection/collection_index.html +++ b/_layouts/collection/collection_index.html @@ -14,7 +14,7 @@ layout: default {{ item.title }} {{ item.excerpt | strip_html | strip_newlines | truncate: 156 }} - {{ item.date | date_to_string }} | + {{ item.date | date_to_string }} | {{ item.author }} {% endfor %}