We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ec38c commit 2a08da5Copy full SHA for 2a08da5
docs/developer-guide/theme/template-variables/index_.md
@@ -41,7 +41,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"
41
>
42
<span>上一页</span>
43
</a>
44
- <span th:text="${posts.page} +' / '+ ${posts.total}"></span>
+ <span th:text="${posts.page} +' / '+ ${posts.totalPages}"></span>
45
<a
46
th:href="@{${posts.nextUrl}}"
47
versioned_docs/version-2.20/developer-guide/theme/template-variables/index_.md
0 commit comments