aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/count-marks.html
blob: deb532d4a1e79f0fa46731a6dc4d098f6f1bd1e6 (plain)
1
2
3
4
5
6
{{- $author        := .Section -}}
{{- $items         := where .Site.RegularPages ".Params.marked" true -}}
{{- $authors       := where .Site.RegularPages "Section" $author -}}
{{- $filteredPages := $authors | intersect $items -}}

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