{{- /* Creates a card for each author of a linter/formatter. @example {{< golangci/authors >}} */ -}} {{- $thanks := index $.Site.Data.thanks -}} {{- range $thanks }} {{ $v := slice }} {{- range .linters -}} {{- $v = $v | append (printf "%s" .) -}} {{- end -}} {{- partial "shortcodes/card" (dict "page" .Page "link" .profile "title" .name "subtitle" (delimit $v "
") "image" .avatar ) -}} {{- end -}}