update @ Tue 9 Nov 12:02:28 EET 2021

This commit is contained in:
Ari Archer 2021-11-09 12:02:28 +02:00
parent 64b9822d0b
commit 3b109d16cc
2 changed files with 3 additions and 3 deletions

View file

@ -14,10 +14,10 @@
<body>
<div>
<h1>
2021-11-09 11:56:11 EET
Chrome/Chromium or firefox? Why I prefer firefox over Chromium based browsers
</h1>
<p>
Chrome/Chromium or firefox? Why I prefer firefox over Chromium based browsers |
2021-11-09 11:56:11 EET |
<a href="..">
back
</a>

View file

@ -95,7 +95,7 @@ in your blog there. press enter to continue"""
blog_content = blog_markdown.read()
date = subprocess.check_output(["date", "+%F %T %Z"]).decode().rstrip("\n")
content = BLOG_MARKDOWN_TEMPLATE % (date, blog_title, blog_content)
content = BLOG_MARKDOWN_TEMPLATE % (blog_title, date, blog_content)
with open(
f"./page/blog/blogs/{sanitised_blog_title}.html", "w", encoding="utf-8"