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 9dd9ad7 commit 85b9fe0Copy full SHA for 85b9fe0
templates/base.html.twig
@@ -163,7 +163,7 @@
163
{% block pre_footer %}{% endblock %}
164
</main>
165
{% block crosslinks %}
166
- {% if crosslinks is defined and crosslinks|length > 0 %}
+ {% if crosslinks is defined and crosslinks['links'] is defined and crosslinks['links']|length > 0 %}
167
{{ include('@W3CWebsiteTemplates/components/styles/crosslinks.html.twig') }}
168
{% endif %}
169
{% endblock crosslinks %}
0 commit comments