From 352965e0445417584f6c3fb3e8fef5d87db4f37f Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Thu, 21 Aug 2014 18:45:11 +0200 Subject: Updated pelican-bootstrap3 to the latest version --- .../templates/includes/pagination.html | 54 ++++++++++++++-------- 1 file changed, 35 insertions(+), 19 deletions(-) (limited to 'pelican-bootstrap3/templates/includes/pagination.html') diff --git a/pelican-bootstrap3/templates/includes/pagination.html b/pelican-bootstrap3/templates/includes/pagination.html index d34c853..9ae4285 100644 --- a/pelican-bootstrap3/templates/includes/pagination.html +++ b/pelican-bootstrap3/templates/includes/pagination.html @@ -1,21 +1,37 @@ {% if articles_page and articles_paginator.num_pages > 1 %} - + {% if USE_PAGER %} + + {% else %} + + {% endif %} {% endif %} \ No newline at end of file -- cgit