diff --git a/pelican/themes/notmyidea/templates/index.html b/pelican/themes/notmyidea/templates/index.html index abd33c35..c8982476 100644 --- a/pelican/themes/notmyidea/templates/index.html +++ b/pelican/themes/notmyidea/templates/index.html @@ -42,11 +42,15 @@ {% endif %} {% if loop.last %} - + {% if loop.length > 1 %} + + {% endif %} {% if articles_page.has_previous() or loop.length > 1 %} {% include 'pagination.html' %} {% endif %} - + {% if loop.length > 1 %} + + {% endif %} {% endif %} {% endfor %} {% else %}