<header id="header">
{% if logo is defined and logo %}
{% block header_title %}
- <a id="logo" href="{{ root }}" title="{{ title.site }}">
+ <a id="logo" href="{{ path(root) }}" title="{{ title.site }}">
<img src="{{ asset(logo.svg) }}?{{ 'now'|date('U') }}" srcset="{{ asset(logo.png) }}?{{ 'now'|date('U') }} 200w, {{ asset(logo.svg) }}?{{ 'now'|date('U') }} 400w" sizes="(min-width:400px) 400px, 200px" alt="{{ title.site }}" width="100" height="45" />
<strong>{{ title.site }}</strong>
</a>