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 }}