diff --git a/agaric/templates/layout/node--full.html.twig b/agaric/templates/layout/node--full.html.twig index e809687..a3bda06 100644 --- a/agaric/templates/layout/node--full.html.twig +++ b/agaric/templates/layout/node--full.html.twig @@ -84,22 +84,22 @@ {% endif %} {% if not has_title_paragraph %} -{% set classes = [ 'hero', 'hero-' ~ node.bundle|replace({"_": "-"}) ] %} -{% if node.bundle != 'blog' %} - {% set classes = classes|merge(['is-dark']) %} -{% endif %} -{# Header hero region #} - -
-
-

{{ label }}

- {% if content.field_authors is not empty %} - - - {% endif %} + {% set classes = [ 'hero', 'hero-' ~ node.bundle|replace({"_": "-"}) ] %} + {% if node.bundle != 'blog' %} + {% set classes = classes|merge(['is-dark']) %} + {% endif %} + {# Header hero region #} + +
+
+

{{ label }}

+ {% if content.field_authors is not empty %} + + + {% endif %} +
-
- + {% endif %}