Link directly to external URL from index recent links

This commit is contained in:
jultty 2024-11-26 19:29:10 -03:00
commit bb1a5827a9

View file

@ -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 %}