Hi folks!
I need to change the blog logo (i.e the content defined in the variable @blog.logo
). I have already read the documentation at https://docs.ghost.org, but didn’t find there any method. I even tried to look further for a setting in the admin panel, but have found only the publication icon setting which only changes the favicon. But, what I need exactly is how to change the blog logo (the image) that is located within the “site-title” header, using CLI or web interface?
I’m providing some informations:
- “site-title” header:
{{#if @blog.logo}}
{{else}} {{@blog.title}} {{/if}}
- URL: http://localhost:2368/ghost/#/settings/general
- Ghost version: 2.6.0
Any thoughts?