Merge pull request #4 from LQDJudge/cuom1999

change logo
This commit is contained in:
Phuoc Dinh Le 2020-04-08 19:28:37 -05:00 committed by GitHub
commit 2eda3dba67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,6 @@
{% elif logo_override_image is defined and logo_override_image %} {% elif logo_override_image is defined and logo_override_image %}
<img src="{{ logo_override_image|camo }}" alt="{{ SITE_NAME }}" height="44" style="border: none"> <img src="{{ logo_override_image|camo }}" alt="{{ SITE_NAME }}" height="44" style="border: none">
{% else %} {% 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=&quot;{{ static('icons/logo.png') }}&quot;; this.onerror=null" style="border: none"> onerror="this.src=&quot;{{ static('icons/logo.png') }}&quot;; this.onerror=null" style="border: none">
{% endif %} {% endif %}