From 29129fa36bc10adc0e129748c6c6e580f1067335 Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Thu, 7 Jul 2022 15:25:10 -0300 Subject: [PATCH] Minor tweak --- templates/include/paginated_posts.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/include/paginated_posts.html b/templates/include/paginated_posts.html index 949ba87..996ce0f 100644 --- a/templates/include/paginated_posts.html +++ b/templates/include/paginated_posts.html @@ -32,5 +32,7 @@
+ {% if articles_page.has_other_pages() %} {% include 'pagination.html' %} + {% endif %}
\ No newline at end of file