{{ range .Params.authors }} {{ $img := printf "https://github.com/%s.png" . }} {{ $name := (index (where site.Data.docs.authors ".handle" "eq" .) 0).name }} Author photo for {{ $name }} {{ end }}
{{ range .Params.authors }} {{ $name := (index (where site.Data.docs.authors ".handle" "eq" .) 0).name }} {{ $link := printf "https://github.com/%s" . }} {{ $name }} {{ end }}