From 533095d87f77d99b8a3779bd8eb7917e4aeb8db5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 16 Jul 2020 20:52:37 +0100 Subject: [PATCH] Fix photo position --- .../block/block--inline-block--recommendation.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/opdavies/templates/block/block--inline-block--recommendation.html.twig b/web/themes/custom/opdavies/templates/block/block--inline-block--recommendation.html.twig index 6c1231e..4cdb7b2 100644 --- a/web/themes/custom/opdavies/templates/block/block--inline-block--recommendation.html.twig +++ b/web/themes/custom/opdavies/templates/block/block--inline-block--recommendation.html.twig @@ -9,7 +9,7 @@ sm:mt-0 sm:flex-row sm:space-y-0 sm:space-x-8 " > -
+
{{ content.field_role }}
@@ -20,7 +20,7 @@
{% if content.field_photo %} -
+
{{ content.field_photo }}
{% endif %}