logo.html.twig 181 B

1234
  1. <a href="{{ home_url }}" class="navbar-brand mr-10">
  2. {% set logo_file = (logo|first).name %}
  3. <img src="{{ url('theme://images/logo/logo.png') }}" alt="{{ site.name }}" />
  4. </a>