My objective: To change the text "Grav" to logo image.
Background
- My website is https://operations.wisenetxc.com
- I am using bootrap as my default them
- I want to change the text to an image.
- I create "images" folder and uploaded favicon.ico and logo.png under user/themes/bootstrap
- Searched the tutorial and found that I have to change the code in ~/user/themes/bootstrap/templates/navigation/partials/navigation.html.twig and replace the code with:
<a href=“{{ baseurl == '' ? ‘/’ : baseurl }}”><img src="{{ url('theme://user/themes/boostrap/images/logo.png') }}" /></a>
- On reloading, I got this error message " Twig_Error_Runtime
An exception has been thrown during the rendering of a template ("Division by zero").". The offending code is pointing the above.
I am not too sure what should be the url.
Any pointer is highly appreciated.
Thanking all in advance.
M A Sani