From fa8eee67ed593a348d42a4a8cda3396e7b709c79 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Thu, 20 Oct 2022 09:15:34 -0400 Subject: [PATCH] ISTWCMS-5880: fixing page title --- templates/blocks/block--page-title-block.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blocks/block--page-title-block.html.twig b/templates/blocks/block--page-title-block.html.twig index 14502a34..899a3054 100644 --- a/templates/blocks/block--page-title-block.html.twig +++ b/templates/blocks/block--page-title-block.html.twig @@ -1,4 +1,4 @@ -{% if not show_title %} +{% if show_title is not defined %} {% set show_title = TRUE %} {% endif %} -- GitLab