mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
14 lines
317 B
Handlebars
14 lines
317 B
Handlebars
{{#if authors}}
|
|
|
|
### Contributors 🤵
|
|
|
|
{{#each authors}}
|
|
{{#if github}}
|
|
- {{#if avatar_url}}{{/if}} [{{displayName}}]({{github}}) ({{insertions}}++ / {{deletions}}--)
|
|
{{else}}
|
|
- {{displayName}} ({{insertions}}++ / {{deletions}}--)
|
|
{{/if}}
|
|
{{/each}}
|
|
|
|
{{/if}}
|