changes to site
This commit is contained in:
parent
f11bc33f76
commit
6cfa2fe8f2
|
@ -36,7 +36,7 @@ height:150px;
|
|||
{% for n in noteworthy %}
|
||||
<div class="noteworthy">
|
||||
{% thumbnail n.image "200" as im %}
|
||||
<img src="{{ im.url }}" width="200" height="150" alt="" class="imgLinks">
|
||||
<img src="{{ im.url }}" width="200" alt="" class="imgLinks">
|
||||
{% endthumbnail %}
|
||||
<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