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