Skip to content

Commit c0ae0f0

Browse files
committed
fix issue if links is not defined
1 parent 3da9356 commit c0ae0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/styles/footer.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if links is empty %}
1+
{% if links is not defined or links is empty -%}
22
{% set links = [
33
{
44
'copy': 'footer.links.home'|trans({}, 'w3c_website_templates_bundle'),

0 commit comments

Comments
 (0)