diff --git a/templates/partials/sidebar_left.html.twig b/templates/partials/sidebar_left.html.twig index b329e09..5cd473b 100644 --- a/templates/partials/sidebar_left.html.twig +++ b/templates/partials/sidebar_left.html.twig @@ -1,32 +1,32 @@ - - - {% include 'partials/logo.html.twig' %} - - {{ site.title|e('html') }} - {{theme_config.slogan|raw}} - - - - {% if theme_config.miniposts == true %} - {% block miniposts %} - {% include 'partials/miniposts.html.twig' %} - {% endblock %} - {% endif %} - - {% if theme_config.footer.title or theme_config.footer.description %} - - {{theme_config.footer.title}} - {{theme_config.footer.description}} - - {{theme_config.footer.button_text}} - - - {% endif %} - - - {% block footer %} - {% include 'partials/footer.html.twig' %} - {% endblock %} - + + + {% include 'partials/logo.html.twig' %} + + {{ site.title|e('html') }} + {{theme_config.slogan|raw}} + + + + {% if theme_config.miniposts == true %} + {% block miniposts %} + {% include 'partials/miniposts.html.twig' %} + {% endblock %} + {% endif %} + + {% if theme_config.footer.title or theme_config.footer.description %} + + {{theme_config.footer.title}} + {{theme_config.footer.description}} + + {{theme_config.footer.button_text}} + + + {% endif %} + + + {% block footer %} + {% include 'partials/footer.html.twig' %} + {% endblock %} +
{{theme_config.slogan|raw}}
{{theme_config.footer.description}}