noteworthy.html changes
This commit is contained in:
parent
9510c90696
commit
e60da14403
|
@ -38,7 +38,7 @@ height:150px;
|
|||
{% thumbnail n.image "200x150" crop='center' as im %}
|
||||
<img src="{{ im.url }}" width="200" height="150" alt="" class="imgLinks">
|
||||
{% 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>
|
||||
|
||||
<p>{{ n.description }}</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user