Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/gohugoioTheme2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/news/list.html')
-rw-r--r--layouts/news/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/news/list.html b/layouts/news/list.html
index 6714f90..987a332 100644
--- a/layouts/news/list.html
+++ b/layouts/news/list.html
@@ -24,7 +24,7 @@
{{ $interior_classes := $.Site.Params.flex_box_interior_classes }}
<section class="sm:flex flex-wrap justify-between w-full w-80-nsTK v-top">
- {{ $paginator := .Paginate (.Pages | lang.Merge (where .Sites.First.RegularPages "Section" .Section)) -}}
+ {{ $paginator := .Paginator -}}
{{ range $paginator.Pages }}
{{ partial "boxes-section-summaries" (dict "context" . "classes" $interior_classes "fullcontent" false) }}
{{ end }}