We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945f80c commit 06ddb17Copy full SHA for 06ddb17
build/scripts/listRender.js
@@ -55,7 +55,7 @@ function listRender (type, path, url, tagList, difficultyList, list, meta) {
55
getPath(path, pageNow),
56
'<!DOCTYPE html>' + render({
57
type,
58
- list: list.slice(i, PAGE_SIZE),
+ list: list.slice(i, i + PAGE_SIZE),
59
paging: {
60
pageNow: pageNow,
61
pageSize: PAGE_SIZE,
0 commit comments