diff --git a/bin/download_galleries.py b/bin/download_galleries.py index 167457f..9a2dfa2 100755 --- a/bin/download_galleries.py +++ b/bin/download_galleries.py @@ -58,7 +58,7 @@ def download_gallery(path): index = target / 'index.md' index.write_text(f'''--- slug: "{slug}" -title: {dump(title, Dumper=CDumper)} +title: {dump(title, Dumper=CDumper).rstrip()} date: {date} ---