mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 13:14:21 +01:00
fix pagination issue with last page link
This commit is contained in:
@@ -33,7 +33,7 @@ layout: default
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<li><a href="/page{{ paginator.total_pages }}/">Last</a></li>
|
<li><a href="/page/{{ paginator.total_pages }}/">Last</a></li>
|
||||||
|
|
||||||
{% if paginator.next_page %}
|
{% if paginator.next_page %}
|
||||||
<li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">»</a></li>
|
<li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">»</a></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user