diff --git a/layouts/post/list.html b/layouts/post/list.html index a662ac2..e1a9223 100644 --- a/layouts/post/list.html +++ b/layouts/post/list.html @@ -7,7 +7,7 @@ {{ .Content }}
- {{ range .Pages }} + {{ range .Paginator.Pages }}
{{/* Note we can use `.Render` here for items just in this section, instead of a partial to pull in items for the list page. https://gohugo.io/functions/render/