Infinite scrolling

This commit is contained in:
zhbaor 2022-10-20 19:11:46 +08:00
parent acbe9a09dc
commit 155f1af30d
6 changed files with 130 additions and 1 deletions

View file

@ -12,10 +12,16 @@
<!-- Pagination -->
<div class="center">
{{ if not .Site.Params.infiniteScroll }}
<div class="pagination">
{{ block "pagination" . }}
{{ end }}
</div>
{{ end }}
</div>
{{ partial "footer.html" . }}