Even without contributors.
This commit is contained in:
parent
472e5d3cfb
commit
75d8f523c4
|
|
@ -134,17 +134,20 @@ image="debian" tag="stable" tox
|
||||||
{{ meta.galaxy_info.license }}
|
{{ meta.galaxy_info.license }}
|
||||||
|
|
||||||
{% if github_contributors is defined %}
|
{% if github_contributors is defined %}
|
||||||
|
{% if github_contributors.json is defined %}
|
||||||
{% if github_contributors.json | length > 1 %}
|
{% if github_contributors.json | length > 1 %}
|
||||||
## [Contributors](#contributors)
|
## [Contributors](#contributors)
|
||||||
|
|
||||||
I'd like to thank everybody that made contributions to this repository. It motivates me, improves the code and is just fun to collaborate.
|
I'd like to thank everybody that made contributions to this repository. It motivates me, improves the code and is just fun to collaborate.
|
||||||
|
|
||||||
{% for contributor in github_contributors.json %}{% if contributor.login != "robertdebock" %}
|
{% for contributor in github_contributors.json %}{% if contributor.login is defined %}{% if contributor.login != "robertdebock" %}
|
||||||
- [{{ contributor.login }}](https://github.com/{{ contributor.login }})
|
- [{{ contributor.login }}](https://github.com/{{ contributor.login }})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
## [Author Information](#author-information)
|
## [Author Information](#author-information)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue