Split onto multiple lines

This commit is contained in:
Oliver Davies 2017-07-11 07:26:55 +01:00
parent 039904b3c2
commit 13ea82323b

View file

@ -125,7 +125,11 @@ redirect:
{%- endif %}
<div class="experience-item-role">
{{- experience.role }} from {{ experience.start }} to {{ experience.end|default('Present') -}}
{{- experience.role }}
from
{{ experience.start }}
to
{{ experience.end|default('Present') -}}
{%- if experience.location %} ({{ experience.location }}){% endif %}.
</div>