diff --git a/layouts/_default/list.html b/layouts/_default/list.html index cf7fdb5..45ec41b 100755 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,13 +1,13 @@ {{ define "main" }}
-
- {{ $section := where .Data.Pages "Section" .Section }} + {{ $paginator := .Paginate (where .Data.Pages "Section" .Section) }}
- {{ range $section }} + {{ range $paginator.Pages }}
{{ partial "summary.html" . }}