Change website to url. Shorter, and more consistent
This commit is contained in:
parent
d0d14c6970
commit
e5897649f3
8 changed files with 42 additions and 42 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue