fix: total pages in archives.html sample (#363)

```release-note
None
```
wan92hen-patch-1
BugKing 6 months ago committed by GitHub
parent f995b1a5ae
commit 18b4ee061f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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>

Loading…
Cancel
Save