{{- $authors := slice -}} {{- range $user := .Site.Author.list -}} {{- with $author := index $.Site.Data.authors $user -}} {{- $authors = $authors | append $author.user -}} {{- end -}} {{- end -}} {{- return (uniq $authors) -}}