diff --git a/templates/container/container.html.twig b/templates/container/container.html.twig index 0aa02978d173d76c5db7c082684d022daffd5812..e73d6977f6d9fa2dcbbf8eb857ca2bf3affa4c89 100644 --- a/templates/container/container.html.twig +++ b/templates/container/container.html.twig @@ -42,7 +42,7 @@ <div class="layout uw-contained-width"> {% include '@components/card/card--node/card--node.twig' with { 'node': footer_data, - 'type': 'footer', + 'type': 'node', } %} </div> {% endif %}