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.
2 parents 170f6c6 + 1ac507e commit 23b71deCopy full SHA for 23b71de
index.html
@@ -33,7 +33,7 @@ <h1>{{ site.title }}</h1>
33
{% endif %}
34
{% endfor %}
35
36
- <li><a href="/page{{ paginator.total_pages }}/">Last</a></li>
+ <li><a href="/page/{{ paginator.total_pages }}/">Last</a></li>
37
38
{% if paginator.next_page %}
39
<li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">»</a></li>
0 commit comments