rj1
about | log | files | refs
commit 5270f28b3640378c067130c8c16f2cdd62362eed
parent a207452f3be4ba3acecfae94716a3477d14d5283
author: rj1 <[email protected]>
date:   Fri,  9 Dec 2022 18:26:56 -0600

remove arbitrary pagination from default view

Diffstat:
Mthemes/rj1/layouts/index.html | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/themes/rj1/layouts/index.html b/themes/rj1/layouts/index.html @@ -10,9 +10,6 @@ <p>{{ .Site.Params.Subtitle | markdownify }}</p> {{- end -}} </div> - {{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }} - {{ $paginator := .Paginate (where $pages "Params.hidden" "ne" true) }} - {{ template "partials/paginator.html" . }} welcome to my public <a href="/notes">notebook</a> </main> {{ partial "footer.html" . }}