Different logic, should be better.

This commit is contained in:
Robert de Bock 2020-08-08 16:10:05 +02:00
parent d50711c5d4
commit 364e29d906
1 changed files with 0 additions and 2 deletions

View File

@ -143,13 +143,11 @@ image="debian" tag="stable" tox
I'd like to thank everybody that made contributions to this repository. It motivates me, improves the code and is just fun to collaborate.
{% if github_contributors.json is defined and contributor.login is defined %}
{% for contributor in github_contributors.json %}{% if contributor.login != "robertdebock" %}
- [{{ contributor.login }}](https://github.com/{{ contributor.login }})
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
## [Author Information](#author-information)