From 3fb98d0d4321bada4edf0589caa4a07890f0f7a3 Mon Sep 17 00:00:00 2001 From: hbiboluo Date: Fri, 4 Aug 2017 23:24:14 +0800 Subject: Monospace: fix index page error (#536) 'loop' is undefined --- monospace/templates/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'monospace/templates/index.html') 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 %}
  • {{ article.title }}
  • {% endif %} -{% endfor %} - {% if loop.length > 1 %} - - -{% endif %} + {% if loop.length > 1 %} + + + {% endif %} + {% endfor %} {% else %} No posts found. {% endif %} -- cgit