mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
16 lines
293 B
Handlebars
16 lines
293 B
Handlebars
{{#if authors}}
|
|
|
|
### Contributors to this release
|
|
|
|
{{#each authors}}
|
|
{{#unless isBot}}
|
|
{{#if login}}
|
|
- {{#if avatar_url}}{{/if}} [{{displayName}}]({{html_url}})
|
|
{{else}}
|
|
- {{displayName}}
|
|
{{/if}}
|
|
{{/unless}}
|
|
{{/each}}
|
|
|
|
{{/if}}
|