mirror of
https://github.com/tabler/tabler.git
synced 2026-07-27 13:34:37 +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>
|