Merge remote-tracking branch 'origin/main'

This commit is contained in:
Tobias Reisinger 2021-07-22 21:42:40 +02:00
commit cb80c1367e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 6 additions and 1 deletions
templates/partials

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 %}