From 64e12b18099ea580d832791b75005cff38e7bf9e Mon Sep 17 00:00:00 2001 From: Bruno Binet Date: Fri, 30 Mar 2012 14:20:55 +0200 Subject: [PATCH] fix missing and tags --- pelican/themes/notmyidea/templates/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pelican/themes/notmyidea/templates/index.html b/pelican/themes/notmyidea/templates/index.html index f81275ae..69dc4622 100644 --- a/pelican/themes/notmyidea/templates/index.html +++ b/pelican/themes/notmyidea/templates/index.html @@ -19,7 +19,7 @@

Other articles


-
    +
      {% endif %} {# other items #} {% else %} @@ -44,17 +44,17 @@ or not articles_page.has_previous() and loop.length > 1) %} {% include 'pagination.html' %} {% endif %} -{% endfor %} - {% if loop.length > 1 or articles_page.has_previous() %} -
    -
-{% endif %} + {% if loop.last %} + + + {% endif %} + {% endfor %} {% else %}

Pages

-{% for page in PAGES %} -
  • {{ page.title }}
  • -{% endfor %} + {% for page in PAGES %} +
  • {{ page.title }}
  • + {% endfor %}
    {% endif %} {% endblock content %}