From f9ad804df5cd72af7eac3b257596a4c4dd8540a1 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Fri, 6 Mar 2020 00:50:16 -0700 Subject: okay, clean this up, then let's move on with our lives --- blog/templates/blog/blog_index_page.html | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/blog/templates/blog/blog_index_page.html b/blog/templates/blog/blog_index_page.html index ff8f76c..34ba2cf 100644 --- a/blog/templates/blog/blog_index_page.html +++ b/blog/templates/blog/blog_index_page.html @@ -47,6 +47,40 @@ Newer → + {# Only show pagination if there is more than one page to click through #} + {% if blogpages.paginator.num_pages > 1 %} +
+
+
+ +
+
+
+ {% endif %} -- cgit v1.2.3