Skip to content
Snippets Groups Projects
Unverified Commit 3d6974d0 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3129666 by lokeshsahu, diqidoq, andrewmacpherson: Site branding block...

Issue #3129666 by lokeshsahu, diqidoq, andrewmacpherson: Site branding block theme override should not force site name to be visually-hidden
parent b83ab65d
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,11 @@
</a>
{% endif %}
{% if site_name %}
<div class="site-name visually-hidden">
<div class="site-name">
<a href="{{ path('<front>') }}" rel="home">{{ site_name }}</a>
</div>
{% endif %}
{% if site_slogan %}
<div class="site-slogan visually-hidden">{{ site_slogan }}</div>
<div class="site-slogan">{{ site_slogan }}</div>
{% endif %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment