Different logic, should be better.
This commit is contained in:
parent
d50711c5d4
commit
364e29d906
|
|
@ -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.
|
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" %}
|
{% for contributor in github_contributors.json %}{% if contributor.login != "robertdebock" %}
|
||||||
- [{{ contributor.login }}](https://github.com/{{ contributor.login }})
|
- [{{ contributor.login }}](https://github.com/{{ contributor.login }})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
## [Author Information](#author-information)
|
## [Author Information](#author-information)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue