diff --git a/themes/chosto/layouts/_default/list.html b/themes/chosto/layouts/_default/list.html index 1fa097b..a23a6e9 100644 --- a/themes/chosto/layouts/_default/list.html +++ b/themes/chosto/layouts/_default/list.html @@ -10,10 +10,12 @@ {{ end }}
{{ range .Paginator.Pages }} + {{ if (eq .FirstSection.Section "posts")}}
{{ .Render "summary" }}
{{ end }} + {{ end }}
{{- partial "pagination.html" . -}}