Skip to content

Commit bb1a582

Browse files
committed
Link directly to external URL from index recent links
1 parent b14ea96 commit bb1a582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2 class="index-h2">
7979
{% for link in links.pages %}
8080
<li>
8181
<span class="post-date">{{ link.date }}</span>
82-
<a href="{{ link.permalink | safe }}">{{ link.title }}</a>
82+
<a href="{{ link.extra.url | safe }}">{{ link.title }}</a>
8383
</li>
8484
{% if loop.index == 5 %}{% break %}{% endif %}
8585
{% endfor %}

0 commit comments

Comments
 (0)