From 364e29d90658101090b091a700a3b09b11eb3413 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Sat, 8 Aug 2020 16:10:05 +0200 Subject: [PATCH] Different logic, should be better. --- templates/README.md.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/README.md.j2 b/templates/README.md.j2 index aa75d00..e34ef69 100644 --- a/templates/README.md.j2 +++ b/templates/README.md.j2 @@ -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)