Skip to content

Commit ed9e06b

Browse files
committed
Disable banner
1 parent e76851b commit ed9e06b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/base.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@
132132
<div class="wrap">
133133
<header class="global-header">
134134
<span role="status" aria-live="polite"></span>
135-
{% block banner %}
135+
{# % block banner %}
136136
{{ include('@W3CWebsiteTemplates/components/styles/banner.html.twig') }}
137-
{% endblock banner %}
137+
{% endblock banner %#}
138138
{% block access_control %}
139139
{{ include('@W3CWebsiteTemplates/components/styles/access_control.html.twig') }}
140140
{% endblock %}

0 commit comments

Comments
 (0)