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,5 +1,5 @@
{% if company.url %}
<a href="{{ company.url }}" class="experience__website">
{{ company.url }}
{% if company.url -%}
<a class="experience-item-website" href="{{ company.url }}">
{{- company.url -}}
</a>
{% endif %}
{%- endif %}