target new for links / noteworthy
This commit is contained in:
parent
872b9bb30c
commit
35b71e14cd
|
@ -10,7 +10,7 @@
|
|||
|
||||
{% block inner_content %}
|
||||
{% for l in links %}
|
||||
<p class="orange"><strong><a href="{{ l.url }}">{{ l.title }}</a></strong></p>
|
||||
<p class="orange"><strong><a href="{{ l.url }}" target="_blank">{{ l.title }}</a></strong></p>
|
||||
<br>
|
||||
<p>{{ l.description }}</p>
|
||||
<br><br>
|
||||
|
|
|
@ -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 }}">{{ n.title }}</a></strong></p>
|
||||
<p class="orange"><strong><a href="{{ n.url }}" target="_blank">{{ n.title }}</a></strong></p>
|
||||
<br>
|
||||
|
||||
<p>{{ n.description }}</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user