From: tcit Date: Tue, 29 Apr 2014 17:57:59 +0000 (+0200) Subject: Changed template organisation X-Git-Tag: 1.7.0^2~6^2~2^2~5 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=2395a3802a821667b1bdd84a848d193d0d27ad2a;p=github%2Fwallabag%2Fwallabag.git Changed template organisation --- diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig index 301f353a..ef2e097c 100755 --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig @@ -56,6 +56,7 @@ {% endfor %} + {{ block('pager') }} {% if view == 'home' %}{% if nb_results > 1 %}{{ "Mark all the entries as read" }}{% endif %}{% endif %} {% if tag %}{% trans "Download the articles from this tag in an epub" %} @@ -63,5 +64,4 @@ {% else %}{% trans "Download the articles from this category in an epub" %}{% endif %} {% endif %} - {{ block('pager') }} {% endblock %}