Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmurison committed Oct 31, 2019
1 parent 21510f7 commit 42c2214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/home-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{{ end }}
{{ end }}

{{ $list := where .Data.Pages "Section" "in" ($.Scratch.Get "paginatedSections") }}
{{ $list := where .Site.RegularPages "Section" "in" ($.Scratch.Get "paginatedSections") }}
{{ $list := where $list "Section" "!=" "" }}
{{ $paginator := .Paginate ( $list ) }}

Expand Down

0 comments on commit 42c2214

Please sign in to comment.