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
-
+
-
+
@@ -14,7 +14,7 @@
-
+
@@ -26,8 +26,6 @@
-
-