Standardise experience item classes
This commit is contained in:
parent
27902e3974
commit
fe415f0619
7 changed files with 34 additions and 37 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue