Standardise experience item classes

This commit is contained in:
Oliver Davies 2017-04-16 01:29:47 +01:00
parent 27902e3974
commit fe415f0619
7 changed files with 34 additions and 37 deletions

View file

@ -1,8 +1,4 @@
<div class="experience__role">
{% spaceless %}
{{ experience.role ~ ' from ' ~ experience.start ~ ' to ' ~ experience.end|default('Present') }}
{% if experience.location %}
({{ experience.location }})
{% endif %}
{% endspaceless %}.
<div class="experience-item-role">
{{- experience.role ~ ' from ' ~ experience.start ~ ' to ' ~ experience.end|default('Present') -}}
{%- if experience.location %} ({{ experience.location }}){% endif %}.
</div>