fix: build failed due to invalid variable reference

This commit is contained in:
Vivek R 2019-09-19 22:53:48 +05:30
parent 41bc705e3d
commit 1cfa50c76d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Recent posts
</h2>
<div class="posts">
{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}
{{ $paginator := .Paginate (where $pages "Params.hidden" "ne" true) }}
{{ range $paginator.Pages }}
<div class="post">