You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If in theme.yml logo image is set to 'false' div remains and gives 'empty space' .
In partials/_navbar.twig check should be changed to something like {% if theme.logo != 'false' %} <img src="{{ asset(theme.logo, 'theme') }}" width="33" height="33" class="d-inline-block align-top" alt="">. Maybe also width and height could be theme.yml parameters.
The text was updated successfully, but these errors were encountered:
If in theme.yml logo image is set to 'false' div remains and gives 'empty space' .
In partials/_navbar.twig check should be changed to something like
{% if theme.logo != 'false' %} <img src="{{ asset(theme.logo, 'theme') }}" width="33" height="33" class="d-inline-block align-top" alt="">
. Maybe also width and height could be theme.yml parameters.The text was updated successfully, but these errors were encountered: