Add BIMI Logo and fix logos

This commit is contained in:
Tobias Reisinger 2021-07-15 18:23:21 +02:00
parent 22b95341dc
commit 82ef563118
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 7 additions and 2 deletions

View file

@ -8,5 +8,5 @@
{% set logo_file = (logo|first).name %}
<img {{ style }} src="{{ url('theme://images/logo/' ~ logo_file) }}" />
{% else %}
<img {{ style }} src="{{ url('theme://images/ro-logo.svg') }}" />
<img {{ style }} src="{{ url('theme://images/logo.svg') }}" />
{% endif %}