From c58414f9758a863f2af5d224214549e3e1cc6f84 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 15 Jun 2015 09:53:06 +0100 Subject: [PATCH] Added next and previous page links --- source/blog.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/blog.html b/source/blog.html index 04a24284..123e4712 100644 --- a/source/blog.html +++ b/source/blog.html @@ -19,3 +19,14 @@ use: Read more → {% endfor %} + +{% if page.pagination.previous_page or page.pagination.next_page %} + +{% endif %}