项目空间数量超过分页数量后不显示的bug修复

This commit is contained in:
gsw945
2023-08-09 10:51:06 +08:00
parent 06e7b0ab70
commit 5011aa964f
4 changed files with 12 additions and 7 deletions

View File

@@ -42,8 +42,8 @@
</div>
<nav class="pagination-container">
{{if gt .TotalPages 1}}
{{.PageHtml}}
{{if gt .TotalPages 1}}
{{.PageHtml}}
{{end}}
<div class="clearfix"></div>
</nav>