This commit is contained in:
Bagatur
2024-01-04 13:34:20 -05:00
parent 1468117ccc
commit 79630f9710

View File

@@ -17,7 +17,7 @@ def update_contents(md, last_updated):
body = md[first_header:] + f"\n{last_updated_str}"
return md[:first_header] + body
else:
return f"{last_updated_str}\n{md}"
return f"{last_updated_str}\n\n{md}"
def last_updated(path):