diff --git a/.github/README.j2 b/.github/README.j2 index c9cf47e..67942e2 100644 --- a/.github/README.j2 +++ b/.github/README.j2 @@ -21,7 +21,7 @@ Contributions are welcome! See the [contributing guidelines](CONTRIBUTING.md). ## Thanks to GitHub Sponsors -{% for sponsor in sponsors %}{% endfor %}

{{ sponsor.name }}
+{% for sponsor in sponsors %}{% if loop.index != 1 and (loop.index - 1) % 6 == 0 %}{% endif %}{% endfor %}

{{ sponsor.name }}
## License