Trying to grab my regularpages selection from a sub directory: content/media/blogs but I cannot get this code to work {{ $paginator := .Paginate (where site.RegularPages "Section" "media/blogs" ) }}
I’m doing it this way so I can dynamically drive my pages. I would like this {{ $paginator := .Paginate (where site.RegularPages "Section" "==" .File.Dir ) }}