Link directly to external URL from index recent links
This commit is contained in:
parent
b14ea96910
commit
bb1a5827a9
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
|||
{% for link in links.pages %}
|
||||
<li>
|
||||
<span class="post-date">{{ link.date }}</span>
|
||||
<a href="{{ link.permalink | safe }}">{{ link.title }}</a>
|
||||
<a href="{{ link.extra.url | safe }}">{{ link.title }}</a>
|
||||
</li>
|
||||
{% if loop.index == 5 %}{% break %}{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue