Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

theme.yml: disable logo div when logo is set to 'false' #7

Open
sablonier opened this issue Apr 26, 2018 · 1 comment
Open

theme.yml: disable logo div when logo is set to 'false' #7

sablonier opened this issue Apr 26, 2018 · 1 comment
Labels
fine-tuning not a bug, not e new feature, fine-tuning of existing feature

Comments

@sablonier
Copy link
Owner

sablonier commented Apr 26, 2018

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.

@sablonier sablonier added the fine-tuning not a bug, not e new feature, fine-tuning of existing feature label Apr 26, 2018
@harikt
Copy link

harikt commented Aug 7, 2019

Not sure if this is related, but trying bolt on https://try.bolt.cm/ , there was an error as

Screenshot from 2019-08-07 12-28-56

Not sure if the below url will reset soon or not : http://bolt-937ruk.bolt.dockerfly.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fine-tuning not a bug, not e new feature, fine-tuning of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants