aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/count-feeds.html
blob: 68495dab1d3212ea687ce47ea0894af0e66cde2a (plain)
1
2
3
4
5
6
7
{{- $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)) -}}