diff options
Diffstat (limited to 'monospace')
-rw-r--r-- | monospace/templates/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/monospace/templates/index.html b/monospace/templates/index.html index c2a1b60..5c9c15c 100644 --- a/monospace/templates/index.html +++ b/monospace/templates/index.html @@ -23,11 +23,11 @@ {% else %} <li><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">{{ 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 %} No posts found. {% endif %} |