Files
avo/internal/cmd/docgen/templates/adopters.tmpl
2022-05-08 16:55:51 -07:00

7 lines
198 B
Cheetah

# Adopters
{{ range .Suite.Projects.Ranked }}
{{ avatar .Repository.Owner 28 }} [{{ .Repository.Owner }} / **{{ .Repository.Name }}**]({{ .Repository.URL }})
{{ .Metadata.Description }}
{{ end -}}