{{- $author := .Section -}} {{- $feeds := where .Site.Pages "Params.feed" "ne" nil -}} {{- $authors := where .Site.Pages "Section" $author -}} {{- $filteredPages := $authors | intersect $feeds -}} {{- print (lang.FormatNumberCustom 0 (len $filteredPages)) -}}