Styling, edits

This commit is contained in:
Madison Scott-Clary
2021-09-03 17:59:08 -07:00
parent 7b0e7d6ae9
commit 238f3b6f8a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<main id="main">
<h2>Limerent Object</h2>
{{ $paginator := .Paginate (.Pages) 1 }}
{{ template "_internal/pagination.html" . }}
{{ partial "pagination.html" . }}
{{ range $paginator.Pages }}
{{ .Content }}
{{end}}