From 6fa536f3268bf7bd4fd85df7fa78fbc4c67eaaa1 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 20 Dec 2014 23:13:09 -0500 Subject: Working on some major changes --- _layouts/post.html | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 2094b11..53a4999 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,27 +6,26 @@ layout: master

{{ page.title }}

-
- - - - - - - - - +
{{ page.date | date: "%A, %-d %B %Y" }}
- - + {{ content }} + {% if page.previous %} + + {% endif %} -
{{ page.date | date: "%A, %-d %B %Y" }}
+ {% if page.next %} + + {% endif %} - {{ content }} + {% for post in site.related_posts limit:3 %} + {{post.title}} + {% endfor %} -- cgit v1.2.3