mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Tue 1 Nov 03:38:54 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
764445111d
commit
d6e8370b67
1 changed files with 2 additions and 0 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue