diff --git a/core/modules/node/templates/node.html.twig b/core/modules/node/templates/node.html.twig index d28b880..27151b5 100644 --- a/core/modules/node/templates/node.html.twig +++ b/core/modules/node/templates/node.html.twig @@ -82,7 +82,7 @@ * @ingroup themeable */ #} -
+
{{ title_prefix }} {% if not page %} @@ -95,14 +95,14 @@ {% if display_submitted %}
{{ user_picture }} - +
{% endif %} - {# We hide the comments and links now so that we can render them later. #} - {% hide(content.comments) %} + {# We hide the links and comments now so that we can render them later. #} {% hide(content.links) %} + {% hide(content.comments) %} {{ content }}