Split onto multiple lines
This commit is contained in:
parent
039904b3c2
commit
13ea82323b
|
@ -125,7 +125,11 @@ redirect:
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
<div class="experience-item-role">
|
<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 %}.
|
{%- if experience.location %} ({{ experience.location }}){% endif %}.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue