From f6b9cf1468a9b1cd7e9baaa86285b3ce00dc9696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 21 Dec 2018 13:19:58 -0500 Subject: [PATCH] This would have worked if not for non-Bulma way the central designs work --- agaric/templates/layout/node--full.html.twig | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/agaric/templates/layout/node--full.html.twig b/agaric/templates/layout/node--full.html.twig index 1d3e117..3e181fa 100644 --- a/agaric/templates/layout/node--full.html.twig +++ b/agaric/templates/layout/node--full.html.twig @@ -117,7 +117,14 @@ {% endif %} -
+
+ +{% if content.field_image is not empty %} +
+ {{ content.field_image }} +
+
+{% endif %} {% set bust_out = false %} {% set walls_up = false %} @@ -153,6 +160,13 @@
{% endif %} + +{% if content.field_image is not empty %} +
+
+
+{% endif %} +
{# end e-content div #}