changes to site

This commit is contained in:
Karen 2012-10-02 03:21:06 +05:30
parent f11bc33f76
commit 6cfa2fe8f2

View File

@ -36,7 +36,7 @@ height:150px;
{% for n in noteworthy %} {% for n in noteworthy %}
<div class="noteworthy"> <div class="noteworthy">
{% thumbnail n.image "200" as im %} {% 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 %} {% endthumbnail %}
<p class="orange"><strong>{% if n.url %} <a href="{{ n.url }}" target="_blank"> {% endif %}{{ n.title }} {% if n.url %}</a> {% endif %}</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>