aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/count-drafts.html
blob: fae0b9092960234997541bf9d3f2d9721c43dd7f (plain)
1
2
3
4
5
6
7
{{- $author := .Section -}}

{{- $authors := where .Site.RegularPages "Section" $author -}}
{{- $drafts := where .Site.RegularPages "Draft" true -}}
{{- $filteredPages := $authors | intersect $drafts -}}

{{- print (lang.FormatNumberCustom 0 (len $filteredPages)) -}}