diff --git a/.github/prepare_web_viewer.py b/.github/prepare_web_viewer.py index 4593ef7..390995a 100644 --- a/.github/prepare_web_viewer.py +++ b/.github/prepare_web_viewer.py @@ -34,12 +34,12 @@ if __name__ == "__main__": course_content = notes_metadata[year][semester][course]["content"] if (len(course_content) == 1) and (course_content[0]["name"] is None): - table_of_content += f"

{course_name}

\n" + table_of_content += f"

{course_name}

\n" else: - table_of_content += f"

{course_name}

\n" + table_of_content += f"

{course_name}

\n" table_of_content += "\n" with open(os.path.join(args.out_path, "index.html"), "w") as f: diff --git a/.github/web-viewer/index.html b/.github/web-viewer/index.html index 62fa521..9d3eb8a 100644 --- a/.github/web-viewer/index.html +++ b/.github/web-viewer/index.html @@ -3,7 +3,7 @@ - Document + M.Sc. AI notes