Even without contributors.

This commit is contained in:
Robert de Bock 2020-11-10 14:22:02 +01:00
parent 472e5d3cfb
commit 75d8f523c4
1 changed files with 4 additions and 1 deletions

View File

@ -134,17 +134,20 @@ image="debian" tag="stable" tox
{{ meta.galaxy_info.license }}
{% if github_contributors is defined %}
{% if github_contributors.json is defined %}
{% if github_contributors.json | length > 1 %}
## [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.
{% 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 }})
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
{% endif %}
## [Author Information](#author-information)