mirror of
https://github.com/tabler/tabler.git
synced 2026-01-06 21:00:09 +04:00
7 lines
540 B
HTML
7 lines
540 B
HTML
{% assign prefix = include.prefix | default: 'navbar' %}
|
|
|
|
<a href="{{ site.base }}" class="{{ prefix }}-brand {{ prefix }}-brand-autodark{% if include.class %} {{ include.class }}{% endif %}">
|
|
<img src="{{ site.base }}/static/logo{% if include.dark %}-white{% endif %}.svg" alt="{{ site.title }}" class="{{ prefix }}-brand-logo {{ prefix }}-brand-logo-large">
|
|
<img src="{{ site.base }}/static/logo-small{% if include.dark %}-white{% endif %}.svg" alt="{{ site.title }}" class="{{ prefix }}-brand-logo {{ prefix }}-brand-logo-small">
|
|
</a>
|