[anonymous] wrote:
I didn’t mean to think you as a fakir
🙂
The height and width attribute is missing, I will check all themes and update them with the next Publii release (most probably end of this month).
To fix it now, open the navbar.hbs file (Documents ▸ Publii ▸ sites ▸ YOUR_SITE ▸ input ▸ themes ▸ YOUR_THEME ▸ partials) and edit the logo as follows:
<img src="{{@website.logo}}" alt="{{@website.name}}" height="{{@website.logoSize.height}}" width="{{@website.logoSize.width}}">
This should help.