- Issue created by @pdureau
I have applied the changes in pattern-header.html.twig please review and let me know if any other changes required.
In header component, service_title
is a slot, but it is used in a HTML attributes:
<a href="{{ home_url|default('/') }}" title="{{ 'Homepage'|t }} - {{ service_title }} - {{ logo_text }}">
<p class="fr-header__service-title">{{ service_title }}</p>
</a>
This is not possible for 2 reasons;
What do we do?
Active
1.1
Code
I have applied the changes in pattern-header.html.twig please review and let me know if any other changes required.