From 66216acad1510360046c2e52815ecca6b9efea79 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Tue, 20 Mar 2018 16:49:59 +0000 Subject: [PATCH] Added excerpt to index view --- partials/post-list.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/partials/post-list.hbs b/partials/post-list.hbs index 7b41ed3..eeba0b8 100644 --- a/partials/post-list.hbs +++ b/partials/post-list.hbs @@ -10,6 +10,8 @@
+ {{excerpt}}
+ {{date format="MMMM DD, YYYY"}} {{#if tags}} -- 2.34.1