From b4ec8e66e9d0f6086887a3b5ab863b9ed37b9be6 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 18 Aug 2016 23:00:30 -0400 Subject: [PATCH] WIP --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 9f8166cf..100cd8ab 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -58,7 +58,7 @@

{{ page.title }}

-

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

+

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

{{ content }}