Skip to content

Commit ae3ecac

Browse files
authored
Merge pull request #163 from w3c/hotfix/crosslinks
Fix for issue 684
2 parents 9dd9ad7 + 85b9fe0 commit ae3ecac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
{% block pre_footer %}{% endblock %}
164164
</main>
165165
{% block crosslinks %}
166-
{% if crosslinks is defined and crosslinks|length > 0 %}
166+
{% if crosslinks is defined and crosslinks['links'] is defined and crosslinks['links']|length > 0 %}
167167
{{ include('@W3CWebsiteTemplates/components/styles/crosslinks.html.twig') }}
168168
{% endif %}
169169
{% endblock crosslinks %}

0 commit comments

Comments
 (0)