From f70b8d8bec17656de9313ec3bba4b2657103704b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 4 May 2018 13:53:15 -0400 Subject: [PATCH] WIP --- _layouts/main.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/_layouts/main.html b/_layouts/main.html index 16e1a996..dd149b41 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -65,18 +65,22 @@
{% for post in site.posts limit:3 %} - [{{ post.title }}](./{{ post.url }}) +

+ {{ post.title }} +


{{post.date | date: "%b %d %Y" }}