make logo links work
This commit is contained in:
parent
c17e05cbc5
commit
38f562c180
|
@ -44,7 +44,7 @@
|
|||
Supported by: <br />
|
||||
{% for s in sponsors %}
|
||||
{% thumbnail s.logo "120" crop="center" as thumb %}
|
||||
<a href="{{ s.url }}" target="_blank" /><img alt="{{ s.name }}" src="{{ thumb.url }}" /></a>
|
||||
<a href="{{ s.url }}" target="_blank"><img alt="{{ s.name }}" src="{{ thumb.url }}" /></a>
|
||||
{% endthumbnail %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user