From 28e0ff4b5e8fcbaedbcaf941f12c7a64aa67363e Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Mon, 23 Feb 2015 14:53:00 +0200 Subject: [PATCH] reduce size of pagination section at the bottom of the blog index --- blog/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/index.html b/blog/index.html index 36dea4ea..91ae2009 100644 --- a/blog/index.html +++ b/blog/index.html @@ -22,7 +22,7 @@ title: All Blog Posts {% if paginator.total_pages > 1 %} -

+

{% if paginator.previous_page %} « Prev {% else %} @@ -44,5 +44,5 @@ title: All Blog Posts {% else %} Next » {% endif %} -

+

{% endif %} \ No newline at end of file