We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cc2b0 commit e7233ebCopy full SHA for e7233eb
templates/block/block--footer--gcweb--wxt-bootstrap-footer-contextual-fr.html.twig
@@ -42,7 +42,9 @@
42
<div class="gc-contextual">
43
<nav{{ attributes.addClass(classes) }}>
44
{{ title_prefix }}
45
- <h3>{{ label }}</h3>
+ {% if label %}
46
+ <h3>{{ label }}</h3>
47
+ {% endif %}
48
{{ title_suffix }}
49
{% block content %}
50
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
templates/block/block--footer--gcweb--wxt-bootstrap-footer-contextual.html.twig
0 commit comments