change paginate:6 in _config.yml to paginate:3 build site go to \~/page2 URL of NEXT: ./page3 (\~/page2/page3) <img width="1283" alt="image" src="https://user-images.githubusercontent.com/29047471/176876487-d7a38e7f-8946-4d52-a09a-ad0ba2b400df.png"> How to fix: edit _includes/pagination.html line 6, add one more dot: <a href="..{{ paginator.next_page_path }}" ……
change paginate:6 in _config.yml to paginate:3

build site
go to ~/page2
URL of NEXT: ./page3 (~/page2/page3)
How to fix:
edit _includes/pagination.html line 6, add one more dot:
<a href="..{{ paginator.next_page_path }}" ……