From a1d227aac979416ae4368a715b2bec983be65cca Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Mon, 22 Dec 2014 21:15:33 -0500 Subject: Removed next and previous post links --- _layouts/post.html | 18 ------------------ 1 file changed, 18 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 53a4999..be602fb 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,22 +10,4 @@ layout: master {{ content }} - {% if page.previous %} -
-
-
{{ page.previous.title }}
-
- {% endif %} - - {% if page.next %} -
-
-
{{ page.next.title }}
-
- {% endif %} - - {% for post in site.related_posts limit:3 %} - {{post.title}} - {% endfor %} - -- cgit v1.2.3