diff --git a/core/modules/comment/templates/comment.html.twig b/core/modules/comment/templates/comment.html.twig index 570448f..191bf13 100644 --- a/core/modules/comment/templates/comment.html.twig +++ b/core/modules/comment/templates/comment.html.twig @@ -62,7 +62,9 @@ */ #} - {{ title_prefix }} + {% if title %} + {{ title_prefix }} + {% endif %} {# Hide the "new" indicator by default, let a piece of JavaScript ask @@ -71,9 +73,11 @@ #} - {{ title }} + {% if title %} + {{ title }} + {{ title_suffix }} + {% endif %} - {{ title_suffix }}