Contributors {{.Site.Data.team.totalCount }}

{{ range .Site.Data.team.projects }}
{{range $index, $element := .list}} {{$name := .name }} {{$id := .repo }} {{if .user}}
{{if .icon}} {{end}} {{.name}}
{{.contributorCount}}
    {{range $index, $element := .contributors}}
  • {{if eq .type "Anonymous"}} {{.login}} {{else}} {{.login}}
  • {{end}} {{end}}
{{end}} {{end}}
{{end}}