Change website to url. Shorter, and more consistent

This commit is contained in:
Oliver Davies 2017-03-18 08:43:09 +00:00
parent d0d14c6970
commit e5897649f3
8 changed files with 42 additions and 42 deletions

View file

@ -1,5 +1,5 @@
{% if company.website %}
<a href="{{ company.website }}" class="experience__website">
{{ company.website }}
{% if company.url %}
<a href="{{ company.url }}" class="experience__website">
{{ company.url }}
</a>
{% endif %}