{{ if .Pages }}
{{- range $index, $authors := .Params.Researchers -}} {{- $author := site.GetPage (printf "/persons/%s" .) -}} {{- if ne $index 0 -}},{{ end }} {{ trim $author.Title "\n" }} {{- end -}}