diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-02 20:39:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-02 20:39:08 +0200 |
| commit | 6a351ac15e3604b94e39cde39eb63de421a7e0ef (patch) | |
| tree | 84b0b442961695cc869d2d3e883f2ee211950783 /tools/github-projects.py | |
| parent | f871619d7fedbf973c249ad6e16c0fcf7e819cf8 (diff) | |
| download | mitjafelicijan.com-6a351ac15e3604b94e39cde39eb63de421a7e0ef.tar.gz | |
Added makext
Diffstat (limited to 'tools/github-projects.py')
| -rw-r--r-- | tools/github-projects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/github-projects.py b/tools/github-projects.py index e2afe95..ff890f6 100644 --- a/tools/github-projects.py +++ b/tools/github-projects.py | |||
| @@ -16,7 +16,7 @@ def generate_markdown_file(include_repositories): | |||
| 16 | file = open("../content/pages/projects.github.md.part", "w") | 16 | file = open("../content/pages/projects.github.md.part", "w") |
| 17 | 17 | ||
| 18 | file.write(DOUBLE_NL) | 18 | file.write(DOUBLE_NL) |
| 19 | file.write("## GitHub repositories") | 19 | file.write("# GitHub repositories") |
| 20 | file.write(DOUBLE_NL) | 20 | file.write(DOUBLE_NL) |
| 21 | 21 | ||
| 22 | file.write("<div class='project-list'>") | 22 | file.write("<div class='project-list'>") |
