Skip to content

BUG - wrong next page path when pages >= 3 #44

Description

@chemharuka

change paginate:6 in _config.yml to paginate:3
build site
go to ~/page2
URL of NEXT: ./page3 (~/page2/page3)
image

How to fix:
edit _includes/pagination.html line 6, add one more dot:
<a href="..{{ paginator.next_page_path }}" ……

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions