horizon/openstack_dashboard/templates/header/_brand.html

7 lines
215 B
HTML

{% load branding %}
{% load themes %}
<a class="navbar-brand" href="{% site_branding_link %}" target="_self">
<img class="openstack-logo" src="{% themable_asset 'img/logo.svg' %}" alt="{% site_branding %}">
</a>