Refactor the role description and dates.
This commit is contained in:
parent
2b22fb0012
commit
f97d647e3f
|
@ -92,8 +92,7 @@ experiences:
|
||||||
|
|
||||||
<div class="role-wrapper">
|
<div class="role-wrapper">
|
||||||
{% spaceless %}
|
{% spaceless %}
|
||||||
{{ experience.role }} from
|
{{ experience.role ~ ' from ' ~ experience.start ~ ' to ' ~ experience.end|default('Present') }}
|
||||||
{{ experience.start }} to {{ experience.end|default('Present') }}
|
|
||||||
{% if experience.location %}
|
{% if experience.location %}
|
||||||
({{ experience.location }})
|
({{ experience.location }})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue