fixed unessesary closing bracket in every blog post

This commit is contained in:
DeaDvey 2025-01-12 02:15:05 +00:00
parent b25fc8fe0f
commit fb5c9c9dd1

View File

@ -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)