From 4ebdf5cf9e8f7c91e35e992a6768a06242d32536 Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Thu, 24 Oct 2024 19:51:23 +0100 Subject: [PATCH] fix: contributors grid --- .github/contributors.py | 12 ++++++------ example/content/contributors.md | 8 +++----- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/contributors.py b/.github/contributors.py index b7821de..8459d9d 100644 --- a/.github/contributors.py +++ b/.github/contributors.py @@ -24,13 +24,13 @@ with open(filename, "w") as file: file.write("# Contributors\n\n") - + file.write('
\n') for i, contributor in enumerate(contributors_sorted): - # Start a new grid after every 5 contributors - if i % 5 == 0: - if i != 0: - file.write("
\n") - file.write('
\n') + # # Start a new grid after every 5 contributors + # if i % 5 == 0: + # if i != 0: + # file.write("
\n") + # file.write('
\n') username = contributor["login"] profile_url = contributor["html_url"] diff --git a/example/content/contributors.md b/example/content/contributors.md index 49f33c8..905776e 100644 --- a/example/content/contributors.md +++ b/example/content/contributors.md @@ -1,10 +1,10 @@ # Contributors -
+
-