update @ Tue 1 Nov 03:38:54 EET 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-11-01 03:38:54 +02:00
parent 764445111d
commit d6e8370b67
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

@ -143,6 +143,7 @@ BLOG_HTML_TEMPLATE: str = f"""<!DOCTYPE html>
<html lang="en">
{HTML_HEADER}
<meta name="description" content="{{blog_description}}"/>
<meta name="title" content="{{title}} -> {{blog_title}}"/>
<meta property="og:type" content="article"/>
</head>
<body>
@ -522,6 +523,7 @@ def build(config: Dict) -> Tuple[int, Dict]:
+ ", "
+ ", ".join(config["default-keywords"]),
blog_description=f"Blog on {blog_time} GMT -- {blog_title}",
blog_title=blog_title,
blog=blog_base_html,
author=config["full-name"],
locale=config["locale"],