mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
6 lines
499 B
HTML
6 lines
499 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 }}/img/logo{% if include.dark %}-white{% endif %}.svg" alt="{{ site.title }}" class="{{ prefix }}-brand-logo {{ prefix }}-brand-logo-lg">
|
|
<img src="{{ site.base }}/img/logo-small{% if include.dark %}-white{% endif %}.svg" alt="{{ site.title }}" class="{{ prefix }}-brand-logo {{ prefix }}-brand-logo-sm">
|
|
</a> |