fix: add missing navigation for pagination (#540)

This commit is contained in:
Robert Kaussow 2022-11-16 11:06:35 +01:00 committed by GitHub
parent 54b7d1388f
commit 2f752b32ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 76 additions and 0 deletions

View file

@ -31,6 +31,7 @@
</footer>
</article>
{{ end }}
{{ partial "pagination.html" . }}
{{ end }}
{{ define "post-tag" }}

View file

@ -28,4 +28,5 @@
</footer>
</article>
{{ end }}
{{ partial "pagination.html" . }}
{{ end }}