mirror of
https://github.com/tabler/tabler.git
synced 2026-07-31 07:24:40 +04:00
7 lines
506 B
HTML
7 lines
506 B
HTML
{% assign prefix = include.prefix | default: 'navbar' %}
|
|
|
|
<a href="{{ site.base }}" class="{{ prefix }}-brand{% 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-lg">
|
|
<img src="{{ site.base }}/static/logo-small{% if include.dark %}-white{% endif %}.svg" alt="{{ site.title }}" class="{{ prefix }}-brand-logo {{ prefix }}-brand-logo-sm">
|
|
</a>
|