From ef3666c43af77a8b1c6c6dd84cb441ed84a8004d Mon Sep 17 00:00:00 2001 From: rra Date: Tue, 8 May 2018 17:48:48 +0200 Subject: [PATCH] footer now outside of other articles loop --- theme/wttf/templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/wttf/templates/index.html b/theme/wttf/templates/index.html index d214f45..8b5cfa6 100644 --- a/theme/wttf/templates/index.html +++ b/theme/wttf/templates/index.html @@ -78,7 +78,9 @@ {% endif %} + {% endfor %} + {% endif %} {% endblock content %}