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.
|
First Acquia certified Drupal 8 Developer and back-end specialist.
|
||||||
---
|
---
|
||||||
{% macro roleText(experience) %}
|
{% macro roleText(experience) %}
|
||||||
{{- experience.role }} from {{ experience.start }} to {{ experience.end|default('Present') -}}
|
{{- experience.role }}
|
||||||
{%- if experience.location %} ({{ experience.location }}){% endif %}.
|
from {{ experience.start }}
|
||||||
|
to {{ experience.end|default('Present') -}}
|
||||||
|
{%- if experience.location %}
|
||||||
|
({{ experience.location }})
|
||||||
|
{%- endif %}.
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{% macro companyUrl(site, company) %}
|
{% macro companyUrl(site, company) %}
|
||||||
|
|
Loading…
Reference in a new issue