From 52017beec2b33283caa4b91ad56ccd3bae2d4b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 19 Nov 2018 20:03:51 -0500 Subject: [PATCH] Format source code: Indent contents of if statement --- agaric/templates/layout/node--full.html.twig | 30 ++++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) 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 %}