Pagination does not work well

Capture

Pagination does not work well.
Please tell me where is what is wrong.

MyCode:Github
MySite:https://2001y.me/blog

You need to ask a more specific question.

1 Like

URL is not change the contents of the page to change.

This may be your issue…

In your index.html you’re always ranging through the first 5 pages, so no matter which ‘page’ you visit, it’ll always show the same thing.

Instead, you should use the Paginator with range—see

1 Like