update @ Mon 24 Oct 01:14:51 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-10-24 01:14:51 +03:00
parent 8317b10c34
commit d1edc6b3a9
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -102,7 +102,7 @@ skip</a>
</nav>
</header>
<main id="main">
<article id="main">
<!-- Main blog content: Begin -->
@ -110,7 +110,7 @@ skip</a>
<!-- Main blog content: End -->
</main>"""
</article>"""
HTML_HEADER: str = f"""<head>
<meta charset="UTF-8"/>
@ -144,11 +144,11 @@ BLOG_HTML_TEMPLATE: str = f"""<!DOCTYPE html>
<meta property="og:type" content="article"/>
</head>
<body>
<article id="blog-content">
<main id="blog-content">
{{blog}}
</article>
</main>
</body>
</html>"""