From 8856c415d16ae558609b615873826816c6718f42 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 14 Nov 2015 14:25:23 -0500 Subject: redesign --- _layouts/post.html | 54 ++++++++++++++++++------------------------------------ 1 file changed, 18 insertions(+), 36 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index a6bdec5..5df27d2 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,47 +1,29 @@ --- -layout: master +layout: blog ---
-
-

{{ page.title }}

-

- - @bburwell • - -

-
+

{{ page.title }}

+

{{ content }}
-
- - - +
+

+ Share on:
+ + + + +

- -
+

+ Read more:
+ {% for related in site.related_posts %} + {{ related.title }}
+ {% endfor %} +

+ -- cgit v1.2.3