Skip to content

Commit

Permalink
EWPP-1250: Print site name in the navigation only for the standardise…
Browse files Browse the repository at this point in the history
…d branding.
  • Loading branch information
22Alexandra committed Jul 14, 2021
1 parent 289cc40 commit c29090f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
items: menu_items,
site_name: site_name,
}, 'vertical') }}
{% else %}
<div class="ecl-site-header-{{ ecl_branding }}__banner">
{% elseif ecl_branding == 'standardised' %}
<div class="ecl-site-header-standardised__banner">
<div class="ecl-container">{{ site_name }}</div>
</div>
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
items: _items,
icon_path: ecl_icon_path
} only %}
{% elseif site_name %}
<div class="ecl-site-header-{{ ecl_branding }}__banner">
{% elseif site_name and ecl_branding == 'standardised' %}
<div class="ecl-site-header-standardised__banner">
<div class="ecl-container">
{{ site_name }}
</div>
Expand Down

0 comments on commit c29090f

Please sign in to comment.