Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
[GCMSLG-101] Added hidden H1 to page edgy template.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cole authored and Toby Bellwood committed Mar 31, 2019
1 parent bbc02b9 commit 9d1a0b5
Showing 1 changed file with 2 additions and 10 deletions.
Expand Up @@ -13,16 +13,8 @@
%}

<div{{ attributes.addClass(classes) }}>
{% if content.header|render|striptags|trim %}
<section class="page-layout__content-header-section">
<div class="container">
<div class="row">
<div class="page-layout__content-header">
{{ content.header }}
</div>
</div>
</div>
</section>
{% if content['#title'] %}
<h1 class="au-header-heading visually-hidden">{{ content['#title'] }}</h1>
{% endif %}
{% if content.content_top|render|striptags|trim or content.content|render|striptags|trim or content.content_bottom|render|striptags|trim %}
<section class="page-layout__content-section">
Expand Down

0 comments on commit 9d1a0b5

Please sign in to comment.