From fb5c9c9dd1d44d69f86059d927b61fdf7630dc1f Mon Sep 17 00:00:00 2001 From: DeaDvey Date: Sun, 12 Jan 2025 02:15:05 +0000 Subject: [PATCH] fixed unessesary closing bracket in every blog post --- automations/write_blog_pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)