Refactor the role description and dates.
This commit is contained in:
parent
2b22fb0012
commit
f97d647e3f
|
@ -92,8 +92,7 @@ experiences:
|
|||
|
||||
<div class="role-wrapper">
|
||||
{% spaceless %}
|
||||
{{ 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 %}
|
||||
|
|
Loading…
Reference in a new issue