Skip to content
Snippets Groups Projects
Commit b6104790 authored by Florent Torregrosa's avatar Florent Torregrosa Committed by Florent Torregrosa
Browse files

Issue #3354040 by Grimreaper: page.html.twig update after lighthouse audit

parent 83061e50
Branches
Tags
1 merge request!85Issue #3354040: page.html.twig update after lighthouse audit
......@@ -62,7 +62,7 @@
]
}),
}, 'expand_lg') }}
</div>
</div>
{% endblock %}
{% endif %}
......@@ -74,7 +74,7 @@
{# Header #}
{% if page.header %}
{% block header %}
<div class="col-sm-12 border-bottom mb-4 pb-1" role="heading">
<div class="col-sm-12 border-bottom mb-4 pb-1">
{{ page.header }}
</div>
{% endblock %}
......@@ -116,7 +116,7 @@
{# Content #}
{% block content %}
<a id="main-content"></a>
<div id="main-content"></div>
{{ page.content }}
{% endblock %}
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment