From 28e0ff4b5e8fcbaedbcaf941f12c7a64aa67363e Mon Sep 17 00:00:00 2001 From: Riccardo Spagni <ric@spagni.net> 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 %} -<div class="text-center"><h3> +<div class="text-center"><h4> {% if paginator.previous_page %} <a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">« Prev</a> {% else %} @@ -44,5 +44,5 @@ title: All Blog Posts {% else %} <span>Next »</span> {% endif %} -</h3></div> +</h4></div> {% endif %} \ No newline at end of file -- GitLab