From 457b8b2b8f720b883a79d852ccf142d386e85944 Mon Sep 17 00:00:00 2001 From: Denis Kadyshev Date: Tue, 25 Oct 2016 11:16:33 +0700 Subject: pelican-bootstrap3: fix pagination in the relevant documentation --- pelican-bootstrap3/templates/includes/pagination.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 9ae4285..e74cdba 100644 --- a/pelican-bootstrap3/templates/includes/pagination.html +++ b/pelican-bootstrap3/templates/includes/pagination.html @@ -24,7 +24,7 @@ {% endif %} {% for num in range( 1, 1 + articles_paginator.num_pages ) %}
  • {{ num }}
  • + href="{{ SITEURL }}/{{ articles_paginator.page(num).url if num > 1 else articles_paginator.page(1).url }}">{{ num }} {% endfor %} {% if articles_page.has_next() %}