From 1510ebd0c600fdb375dc9d1f75385f924d4aa5a1 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 30 Jul 2022 21:35:20 +0200 Subject: [PATCH] add author to collections --- _layouts/collection/collection_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}