Skip to content

Commit 6f7337f

Browse files
authored
Corrects wrong titlepage
1 parent 1352b88 commit 6f7337f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
filtered.append(line)
3939

4040
with open(file, "w") as outfile:
41-
if file.endswith("00_Einführung.mdx"): # insert metadata for pandoc in first md file
41+
if file.endswith("00_Einfuehrung.mdx"): # insert metadata for pandoc in first md file
4242
title = "**Eingebettete Systeme - TU Freiberg**"
4343
outfile.write(f"---\ntitle: |\n {title}\n https://github.com/SebastianZug/VL_EingebetteteSysteme/\nauthor:\n")
4444
with open(".github/workflows/authors.txt", "r") as authors: # read in authors and write them into the yaml code

0 commit comments

Comments
 (0)