logo sizes
This commit is contained in:
parent
ee8785c04e
commit
e543589c83
|
@ -43,7 +43,7 @@
|
|||
{% if sponsors %}
|
||||
Supported by: <br />
|
||||
{% for s in sponsors %}
|
||||
{% thumbnail s.logo "120x80" as thumb %}
|
||||
{% thumbnail s.logo "150x80" as thumb %}
|
||||
{% if s.url %} <a href="{{ s.url }}" target="_blank"> {% endif %}
|
||||
<img alt="{{ s.name }}" src="{{ thumb.url }}" /> <br />
|
||||
{% if s.url %} </a> {% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user