pages(detail): Completed details on all pages

This commit is contained in:
2022-01-14 14:49:51 +08:00
parent 1803dad05d
commit e4e7e8d26d
13 changed files with 137 additions and 43 deletions

View File

@@ -18,12 +18,12 @@
<div class="pagenav">
<#if pagination.hasPrev>
<a href="${pagination.prevPageFullPath!}" class="pre">
回上页
退回上页
</a>
</#if>
<#if pagination.hasNext>
<a href="${pagination.nextPageFullPath!}" class="next">
更多文章
阅览更多
</a>
</#if>
</div>