diff options
-rw-r--r-- | nmnlist/templates/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nmnlist/templates/index.html b/nmnlist/templates/index.html index 274eb5d..ab83db4 100644 --- a/nmnlist/templates/index.html +++ b/nmnlist/templates/index.html @@ -24,11 +24,11 @@ {% else %} <li><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></li> {% endif %} -{% endfor %} - {% if loop.length > 1 %} - </ol> - </section><!-- #article-list --> -{% endif %} + {% if loop.length > 1 %} + </ol> + </section><!-- #article-list --> + {% endif %} + {% endfor %} {% else %} Pas d'articles pour le moment. {% endif %} |