mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-17 18:31:21 +08:00
修复首页不显示分页的BUG
This commit is contained in:
@@ -49,6 +49,12 @@
|
||||
{{end}}
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<nav class="pagination-container">
|
||||
{{if gt .TotalPages 1}}
|
||||
{{.PageHtml}}
|
||||
{{end}}
|
||||
<div class="clearfix"></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
{{template "widgets/footer.tpl" .}}
|
||||
|
||||
Reference in New Issue
Block a user