diff --git a/web/themes/custom/opdavies/templates/field/field--body.html.twig b/web/themes/custom/opdavies/templates/field/field--body.html.twig index 3486c85..0842d18 100644 --- a/web/themes/custom/opdavies/templates/field/field--body.html.twig +++ b/web/themes/custom/opdavies/templates/field/field--body.html.twig @@ -44,12 +44,12 @@ {% if multiple %} {% for item in items %} - {{ item.content }} + {{ item.content }} {% endfor %} {% else %} {% for item in items %} - {{ item.content }} + {{ item.content }} {% endfor %} {% endif %} {% else %} @@ -59,7 +59,7 @@
{% endif %} {% for item in items %} - {{ item.content }}
+ {{ item.content }} {% endfor %} {% if multiple %} diff --git a/web/themes/custom/opdavies/templates/node/node.html.twig b/web/themes/custom/opdavies/templates/node/node.html.twig index f2b9a86..89f3c75 100644 --- a/web/themes/custom/opdavies/templates/node/node.html.twig +++ b/web/themes/custom/opdavies/templates/node/node.html.twig @@ -70,7 +70,7 @@ * in different view modes. */ #} - + {{ title_prefix }} {% if not page %} @@ -83,7 +83,7 @@ {% if display_submitted and view_mode == 'full' %}