Skip to content

Commit

Permalink
OEL-756: Recover p from site-name branding block.
Browse files Browse the repository at this point in the history
  • Loading branch information
escuriola committed Nov 19, 2021
1 parent 6bff48b commit 615f679
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
%}
{%
set name_classes = [
'site-name',
'text-decoration-none',
'align-bottom',
bcl_header_style == 'light' ? 'text-dark': 'text-white',
Expand All @@ -45,9 +44,11 @@
</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>
Expand Down

0 comments on commit 615f679

Please sign in to comment.