6.1 Logo View in a new window

The site wide logo that appears in the header. A different svg will show depending on the device width.

Twig: components/logo/logo.twig

Example
Markup
<a class="logo" href="{{ path }}" title="{{ title }}">
  {% include '@uts_theme/components/logo/logo.svg' %}
</a>