fix: include logo as <img> not <svg>
This commit is contained in:
parent
857d46a903
commit
138e5b7f64
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
|||
<div class="float-left">
|
||||
{% if logo %}
|
||||
{% set logo_file = (logo|first).name %}
|
||||
<img src="{{ url('theme://images/logo/' ~ logo_file) }}" alt="{{ site.name }}" />
|
||||
<img src="{{ url('theme://images/logo/' ~ logo_file) }}" />
|
||||
{% else %}
|
||||
{% include('@images/ro-logo.svg') %}
|
||||
<img src="{{ url('theme://images/ro-logo.svg') }}" />
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="ml-2 float-right">
|
||||
|
|
Loading…
Reference in a new issue