thumbnail thing
This commit is contained in:
parent
c61364b96c
commit
c17e05cbc5
|
@ -43,7 +43,7 @@
|
||||||
{% if sponsors %}
|
{% if sponsors %}
|
||||||
Supported by: <br />
|
Supported by: <br />
|
||||||
{% for s in sponsors %}
|
{% for s in sponsors %}
|
||||||
{% thumbnail s.logo "120x" crop="center" as thumb %}
|
{% 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 %}
|
{% endthumbnail %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user