From 0d84a8fc221a780a4bec39923d25746e190c17e0 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 15 Sep 2026 09:48:39 +0200 Subject: [PATCH] node page title --- web_main/themes/custom/mathallo/templates/node.html.twig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web_main/themes/custom/mathallo/templates/node.html.twig b/web_main/themes/custom/mathallo/templates/node.html.twig index 394044b..5f8f33f 100644 --- a/web_main/themes/custom/mathallo/templates/node.html.twig +++ b/web_main/themes/custom/mathallo/templates/node.html.twig @@ -68,7 +68,11 @@ {# {% if label and not page %} #} {% if label %} - {{ label }} + {% if not page %} + {{ label }} + {% else %} + {{ label }} + {% endif %} {% endif %} {{ title_suffix }}