diff --git a/core/modules/comment/templates/comment.html.twig b/core/modules/comment/templates/comment.html.twig index 5fca73b..7ffb7c0 100644 --- a/core/modules/comment/templates/comment.html.twig +++ b/core/modules/comment/templates/comment.html.twig @@ -65,7 +65,9 @@ */ #} - {{ title_prefix }} + {% if title %} + {{ title_prefix }} + {% endif %} {# Hide the "new" indicator by default, let a piece of JavaScript ask @@ -74,9 +76,11 @@ #} - {{ title }} + {% if title %} + {{ title }} + {{ title_suffix }} + {% endif %} - {{ title_suffix }}