From 23ba22da3aeca92d47c4938b8785d15ce4b96f23 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Mon, 15 Nov 2021 21:15:28 +0000 Subject: [PATCH] ISTWCMS-5195: updating type on footer container --- templates/container/container.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/container/container.html.twig b/templates/container/container.html.twig index 0aa02978..e73d6977 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 %} -- GitLab