Split onto multiple lines

This commit is contained in:
Oliver Davies 2018-10-10 01:06:28 +01:00
parent 8d90c2e809
commit 537d10b656

View file

@ -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) %}