noteworthy.html changes

This commit is contained in:
Karen 2012-10-02 03:05:55 +05:30
parent 9510c90696
commit e60da14403

View File

@ -38,7 +38,7 @@ height:150px;
{% thumbnail n.image "200x150" crop='center' as im %} {% thumbnail n.image "200x150" crop='center' as im %}
<img src="{{ im.url }}" width="200" height="150" alt="" class="imgLinks"> <img src="{{ im.url }}" width="200" height="150" alt="" class="imgLinks">
{% endthumbnail %} {% endthumbnail %}
<p class="orange"><strong><a href="{{ n.url }}" target="_blank">{{ n.title }}</a></strong></p> <p class="orange"><strong>{% if n.url %} <a href="{{ n.url }}" target="_blank"> {% endif %}{{ n.title }} {% if n.url %}</a> {% endif %}</strong></p>
<br> <br>
<p>{{ n.description }}</p> <p>{{ n.description }}</p>