Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c71533be authored by escuriola's avatar escuriola
Browse files

OEL-756: Remove p from site-name branding block.

parent d0082727
No related branches found
No related tags found
1 merge request!46OEL-750: BCL Upgrade to 0.14.0
......@@ -21,6 +21,7 @@
%}
{%
set name_classes = [
'site-name',
'text-decoration-none',
'align-bottom',
bcl_header_style == 'light' ? 'text-dark': 'text-white',
......@@ -44,11 +45,9 @@
</a>
{% endif %}
{% if site_name %}
<p class="site-name">
<a {{ site_name_attr.addClass(name_classes).setAttribute('rel', 'Home') }} href="{{ path('<front>') }}">
{{ site_name }}
</a>
</p>
{% endif %}
{% if site_slogan %}
<div class="site-slogan">{{ site_slogan }}</div>
......
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