fixed unessesary closing bracket in every blog post
This commit is contained in:
parent
b25fc8fe0f
commit
fb5c9c9dd1
@ -39,7 +39,7 @@ with open(blog_index_path, "w") as blog_index_file:
|
|||||||
{header.header}
|
{header.header}
|
||||||
{blogs.blogs_array[current_blog][0]}:
|
{blogs.blogs_array[current_blog][0]}:
|
||||||
{blogs.blogs_array[current_blog][1]}
|
{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)
|
current_blog_file.write(content)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user