removed thumbnail being necessary
This commit is contained in:
parent
9b1cf4b16c
commit
05f473cae1
|
@ -34,9 +34,12 @@ width:200px;
|
|||
|
||||
{% for n in noteworthy %}
|
||||
<div class="noteworthy">
|
||||
{% thumbnail n.image "200" as im %}
|
||||
{% if n.image %}
|
||||
{% thumbnail n.image "200" as im %}
|
||||
<img src="{{ im.url }}" width="200" alt="" class="imgLinks">
|
||||
{% endthumbnail %}
|
||||
{% endif %}
|
||||
|
||||
<p class="orange"><strong>{% if n.url %} <a href="{{ n.url }}" target="_blank"> {% endif %}{{ n.title }} {% if n.url %}</a> {% endif %}</strong></p>
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user