diff --git a/templates/blog.html.twig b/templates/blog.html.twig index 10e0010..d5ae096 100755 --- a/templates/blog.html.twig +++ b/templates/blog.html.twig @@ -68,7 +68,5 @@ {% endblock %} {% block sidebar %} - {% if show_sidebar == true %} {% include 'partials/sidebar_left.html.twig' %} - {% endif %} {% endblock %} diff --git a/templates/default.html.twig b/templates/default.html.twig index 88e8210..391a2ed 100755 --- a/templates/default.html.twig +++ b/templates/default.html.twig @@ -45,7 +45,5 @@ {% endblock %} {% block sidebar %} - {% if show_sidebar == true %} {% include 'partials/sidebar_left.html.twig' %} - {% endif %} {% endblock %} diff --git a/templates/item.html.twig b/templates/item.html.twig index 266f517..a1b7162 100755 --- a/templates/item.html.twig +++ b/templates/item.html.twig @@ -34,7 +34,5 @@ {% endblock %} {% block sidebar %} - {% if show_sidebar == true %} - {% include 'partials/sidebar_left.html.twig' %} - {% endif %} + {% include 'partials/sidebar_left.html.twig' %} {% endblock %} diff --git a/templates/modular.html.twig b/templates/modular.html.twig index 6a99e5a..dbba848 100755 --- a/templates/modular.html.twig +++ b/templates/modular.html.twig @@ -41,7 +41,5 @@ {% endblock %} {% block sidebar %} - {% if show_sidebar == true %} {% include 'partials/sidebar_left.html.twig' %} - {% endif %} {% endblock %} diff --git a/templates/partials/base.html.twig b/templates/partials/base.html.twig index f55c5a5..066d9f6 100644 --- a/templates/partials/base.html.twig +++ b/templates/partials/base.html.twig @@ -55,7 +55,9 @@