Skip to content

Commit

Permalink
docs(variable): typo of page.total ( hexojs#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
DukeBode authored and SukkaW committed Jan 1, 2020
1 parent 4ef0683 commit 4a3e790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/zh-cn/docs/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ title: 变量
变量 | 描述 | 类型
--- | --- | ---
`page.per_page` | 每页显示的文章数量 | `number`
`page.total` | 总文章数 | `number`
`page.total` | 总页数 | `number`
`page.current` | 目前页数 | `number`
`page.current_url` | 目前分页的网址 | `string`
`page.posts` | 本页文章 ([Data Model](https://hexojs.github.io/warehouse/)) | `object`
Expand Down

0 comments on commit 4a3e790

Please sign in to comment.