From 602807749bd2095915c4068ca6a1639110f79821 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 9 Oct 2018 21:55:25 -0400 Subject: Fix layout defaults --- _layouts/post.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 7041444..fc95d89 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,8 +2,14 @@ layout: master --- -

../ {{page.title}}

-

Posted {{page.date | date: "%Y-%m-%d"}}

+

{{page.title}}

+

+ + Posted {{page.date | date: "%Y-%m-%d"}} to + Ben Burwell's + blog + +

{{content}} -- cgit v1.2.3