aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/function-authors-slice.html
blob: a469fdd0779e26dd3a2a8ad0a1fc39b83db992dc (plain)
1
2
3
4
5
6
7
{{- $authors := slice -}}

{{- range $index, $author := .Site.Data -}}
  {{- $authors = $authors | append $author.user -}}
{{- end -}}

{{- return (uniq $authors) -}}