I have a website that requires two different logos with each one representing it’s respective language (English & French). The site’s default language is set in French, I have tried using the following line in the block–system-branding-block.html.twig:
<img src= "{{ path('<front>') ~ 'logo.png' }}" alt="{{ 'Home'|t }}" />
But no luck was to be found; which is why I am asking if there is another way in doing the above mentioned code or if I might be misunderstanding something.
Please refer to the following issue thread: Language-dependent logo