From bda353fdda3c2e6a7096297a752c6a30acc86ea7 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Fri, 6 Nov 2015 16:19:54 +0100 Subject: [PATCH] Update index.html --- index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 55c54a3..cc9aed2 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,9 @@ layout: default

{{ post.title }}

- {{page.date | date: "%B %d, %Y" }} + {{post.date | date: "%B %d, %Y" }} / - - by {{page.author}} - + by {{post.author}}

@@ -23,4 +21,4 @@ layout: default Read More {% endfor %} -
\ No newline at end of file +