diff --git a/automations/write_blog_pages.py b/automations/write_blog_pages.py index 2e9fd0f..e3e84d4 100644 --- a/automations/write_blog_pages.py +++ b/automations/write_blog_pages.py @@ -39,7 +39,7 @@ with open(blog_index_path, "w") as blog_index_file: {header.header} {blogs.blogs_array[current_blog][0]}: {blogs.blogs_array[current_blog][1]} -_Published: {day}/{year} at {second_of_the_day})_ +_Published: {day}/{year} at {second_of_the_day}_ ''' current_blog_file.write(content)