🚧 Add pagination in home page.

This commit is contained in:
凡梦星尘
2022-05-16 09:22:39 +08:00
parent 331c692be5
commit 172479cb0a
5 changed files with 46 additions and 9 deletions

View File

@@ -19,10 +19,7 @@
{{ partial "partials/header.html" . }}
</header>
<div class="main-inner index posts-expand">
{{- block "main" . -}}{{- end -}}
<nav class="pagination">
{{ partial "partials/pages.html" . }}
</nav>
{{- block "main" . -}}{{- end -}}
</div>
</main>
<footer class="footer">