Split onto multiple lines
This commit is contained in:
parent
8d90c2e809
commit
537d10b656
|
@ -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) %}
|
||||
|
|
Loading…
Reference in a new issue