aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/count-authors.html
blob: 7a3932956866059189822e64ca927d9fc0d6dc13 (plain)
1
2
3
4
5
6
{{ $authors := slice }}
{{- range $index, $data := where .Site.RegularPages ".Params.hidden" "!=" "true" -}}
  {{ $authors = $authors | append $data.Type }}
{{- end -}}

{{ print (lang.FormatNumberCustom 0 (len (uniq $authors))) " " "Authors" }}