Impact Theme Logo in Header renders as H1

Hi there,

after upgrading to Impact 5.3.1, the Logo of my page within the header section is getting rendered as H1. I don’t know what causes that because within the header.liquid file there seems to be nothing indicating the logo being rendered as H1. Very Frustrating. Thanks for any help.

Here is the code from the header.liquid file:

{%- capture logo_content -%}
{%- if section.settings.logo -%}
{%- capture sizes -%}{{ section.settings.logo_max_width }}px{%- endcapture -%}
{%- capture widths -%}{{ section.settings.logo_max_width | times: 2 | at_most: section.settings.logo.width }}, {{ section.settings.logo_max_width | times: 3 | at_most: section.settings.logo.width }}{%- endcapture -%}
{{ shop.name }}
{{- section.settings.logo | image_url: width: section.settings.logo.width | image_tag: sizes: sizes, widths: widths, class: ‘header__logo-image’ -}}

{%- if section.settings.transparent_logo -%}
{{- section.settings.transparent_logo | image_url: width: section.settings.transparent_logo.width | image_tag: sizes: sizes, widths: widths, class: ‘header__logo-image header__logo-image–transparent’ -}}
{%- endif -%}
{%- else -%}
{{ shop.name }}
{%- endif -%}
{%- endcapture -%}

{%- if request.page_type == ‘index’ -%}

{{ logo_content }}

{% else %} {{ logo_content }} {% endif %}

and here the html getting rendered in the browser:

Leichte Balkonkraftwerke von BalkonSolar Deutschland GmbHLogo der BalkonSolar Deutschland GmbH