Hi!
I want to hide all posts in the list template except when I’m at home, this is hiding all posts even when I’m NOT at home!:
{{ $paginator := .Paginate (where (where .Pages.ByDate.Reverse "Section" "eq" "post" ) .IsHome "eq" "false")}} {{ partial "pagination.html" . }} {{ range $paginator.Pages}}
Any tips? Thanks!