From 537d10b656b08250cd2df2e3d58dfb8120b3f77b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 10 Oct 2018 01:06:28 +0100 Subject: [PATCH] Split onto multiple lines --- source/experience.html.twig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/experience.html.twig b/source/experience.html.twig index 38800cfa..a9580298 100644 --- a/source/experience.html.twig +++ b/source/experience.html.twig @@ -111,8 +111,12 @@ experiences: First Acquia certified Drupal 8 Developer and back-end specialist. --- {% macro roleText(experience) %} - {{- experience.role }} from {{ experience.start }} to {{ experience.end|default('Present') -}} - {%- if experience.location %} ({{ experience.location }}){% endif %}. + {{- experience.role }} + from {{ experience.start }} + to {{ experience.end|default('Present') -}} + {%- if experience.location %} + ({{ experience.location }}) + {%- endif %}. {% endmacro %} {% macro companyUrl(site, company) %}