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

@ -10,8 +10,8 @@
{% set name = company.name %}
{% endif %}
{% if company.website %}
<a href="{{ company.website }}" title="{{ company.name }}">
{% if company.url %}
<a href="{{ company.url }}" title="{{ company.name }}">
{{ name|raw }}
</a>
{% else %}