Refactor the role description and dates.

This commit is contained in:
Oliver Davies 2015-11-10 00:59:30 +00:00
parent 2b22fb0012
commit f97d647e3f

View file

@ -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 %}