add: fontawesome

fix: navbar (now sidebar)
This commit is contained in:
Tobias Reisinger 2020-01-24 01:42:38 +01:00
parent ac5354a601
commit 0bb3d93704
6 changed files with 59 additions and 88 deletions

View file

@ -1,14 +1,9 @@
{% set logo = theme_var(mobile ? 'custom_logo_mobile' : 'custom_logo') %}
<a href="{{ home_url }}" class="navbar-brand mr-10">
<div class="float-left">
{% if logo %}
{% set logo_file = (logo|first).name %}
<img src="{{ url('theme://images/logo/' ~ logo_file) }}" />
{% else %}
<img src="{{ url('theme://images/ro-logo.svg') }}" />
{% endif %}
</div>
<div class="ml-2 float-right">
Reitanlage<br>Oranienburg
</div>
{% if logo %}
{% set logo_file = (logo|first).name %}
<img src="{{ url('theme://images/logo/' ~ logo_file) }}" />
{% else %}
<img src="{{ url('theme://images/ro-logo.svg') }}" />
{% endif %}
</a>