mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-20 09:38:36 +00:00
fix: total pages in archives.html sample (#363)
```release-note None ```
This commit is contained in:
@@ -42,7 +42,7 @@ import ListedPostVo from "../vo/ListedPostVo.md";
|
||||
<a th:href="@{${archives.prevUrl}}">
|
||||
<span>上一页</span>
|
||||
</a>
|
||||
<span th:text="${archives.page} +' / '+ ${archives.total}"></span>
|
||||
<span th:text="${archives.page} +' / '+ ${archives.totalPages}"></span>
|
||||
<a th:href="@{${archives.nextUrl}}">
|
||||
<span>下一页</span>
|
||||
</a>
|
||||
|
@@ -42,7 +42,7 @@ import ListedPostVo from "../vo/ListedPostVo.md";
|
||||
<a th:href="@{${archives.prevUrl}}">
|
||||
<span>上一页</span>
|
||||
</a>
|
||||
<span th:text="${archives.page} +' / '+ ${archives.total}"></span>
|
||||
<span th:text="${archives.page} +' / '+ ${archives.totalPages}"></span>
|
||||
<a th:href="@{${archives.nextUrl}}">
|
||||
<span>下一页</span>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user