diff --git a/templates/blog/post_list.html b/templates/blog/post_list.html index 99de3509..affcb3fc 100644 --- a/templates/blog/post_list.html +++ b/templates/blog/post_list.html @@ -27,9 +27,11 @@ {% endblock %} {% block right %} - {% with list=1 %} - {% include "blog/partials/informations.html" %} - {% endwith %} + {% if blog %} + {% with list=1 %} + {% include "blog/partials/informations.html" %} + {% endwith %} + {% endif %} {{ super() }} {% endblock %}