svg logo added in products
This commit is contained in:
parent
36ed5b854c
commit
b81e05eae3
3 changed files with 117 additions and 2 deletions
|
|
@ -34,9 +34,14 @@
|
|||
{% set nav_classes = 'navbar-light bg-light' %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
<nav class="navbar navbar-expand-lg {{ nav_classes }}" style="{{ nav_style }}">
|
||||
<a class="navbar-brand" href="https://ungleich.ch">ungleich</a>
|
||||
<a class="navbar-brand" href="https://ungleich.ch">
|
||||
{% if 'navbar-dark' in nav_classes %}
|
||||
<img src="/u/image/ungleich-logo-white.svg" width="128px" alt="ungleich">
|
||||
{% else %}
|
||||
<img src="/u/image/ungleich-logo-black.svg" width="128px" alt="ungleich">
|
||||
{% endif %}
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button"
|
||||
data-toggle="collapse"
|
||||
data-target="#navbarSupportedContent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue