We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14ea96 commit bb1a582Copy full SHA for bb1a582
templates/index.html
@@ -79,7 +79,7 @@ <h2 class="index-h2">
79
{% for link in links.pages %}
80
<li>
81
<span class="post-date">{{ link.date }}</span>
82
- <a href="{{ link.permalink | safe }}">{{ link.title }}</a>
+ <a href="{{ link.extra.url | safe }}">{{ link.title }}</a>
83
</li>
84
{% if loop.index == 5 %}{% break %}{% endif %}
85
{% endfor %}
0 commit comments