Files
gocryptotrader/tools/documentation/sub_templates/contributors.tmpl
Ryan O'Hara-Reid bb2342ee99 Added new functionality for documentation tool.
Added new documents to list to track the entire project document range.
2018-02-28 09:53:41 +11:00

13 lines
312 B
Cheetah

{{define "contributors"}}
## Contributor List
### A very special thank you to all who have contributed to this program:
|User|Github|Contribution Amount|
|--|--|--|
{{ range $contributor := .Contributors -}}
| {{$contributor.Login}} | {{$contributor.URL}} | {{$contributor.Contributions}} |
{{ end }}
{{end}}