change logo
This commit is contained in:
parent
ba5128aa8d
commit
5aa9af5013
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
{% elif logo_override_image is defined and logo_override_image %}
|
||||
<img src="{{ logo_override_image|camo }}" alt="{{ SITE_NAME }}" height="44" style="border: none">
|
||||
{% else %}
|
||||
<img src="{{ static('icons/logo.svg') }}" alt="{{ SITE_NAME }}" width="160" height="44"
|
||||
<img src="{{ static('icons/logo.png') }}" alt="{{ SITE_NAME }}" width="160" height="44"
|
||||
onerror="this.src="{{ static('icons/logo.png') }}"; this.onerror=null" style="border: none">
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue