diff --git a/pelican/themes/notmyidea/templates/index.html b/pelican/themes/notmyidea/templates/index.html index 57b7c1a7..ded814ff 100644 --- a/pelican/themes/notmyidea/templates/index.html +++ b/pelican/themes/notmyidea/templates/index.html @@ -12,7 +12,7 @@ {% include 'comments.html' %} {% if loop.length == 1 %} - {% include 'paginator.html' %} + {% include 'pagination.html' %} {% endif %} {% if loop.length > 1 %} @@ -40,7 +40,7 @@ {% endif %} {% if loop.last and (articles_page.has_previous() or not articles_page.has_previous() and loop.length > 1) %} - {% include 'paginator.html' %} + {% include 'pagination.html' %} {% endif %} {% endfor %} diff --git a/pelican/themes/notmyidea/templates/paginator.html b/pelican/themes/notmyidea/templates/pagination.html similarity index 100% rename from pelican/themes/notmyidea/templates/paginator.html rename to pelican/themes/notmyidea/templates/pagination.html