From 67a6fe21f37f8644e7ef45028168b1e4932ac654 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 19 Sep 2025 23:22:30 +0200 Subject: Cleaned up theme --- tools/github-projects.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'tools/github-projects.py') diff --git a/tools/github-projects.py b/tools/github-projects.py index ff890f6..bf3f9dc 100644 --- a/tools/github-projects.py +++ b/tools/github-projects.py @@ -58,15 +58,15 @@ def generate_markdown_file(include_repositories): file.write("") file.write(DOUBLE_NL) - file.write(DOUBLE_NL) - file.write("") - file.write(DOUBLE_NL) + # file.write(DOUBLE_NL) + # file.write("") + # file.write(DOUBLE_NL) file.close() -- cgit v1.2.3