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