update @ Sun 25 Sep 05:41:42 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-09-25 05:41:42 +03:00
parent 5145c98fb5
commit 64317741b5
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

@ -107,7 +107,6 @@ HTML_HEADER: str = f"""<head>
max-video-preview:-1, max-image-preview:large"/>
<meta name="generator" \
content="Ari-web blog generator version {BLOG_VERSION}"/>
<meta name="title" content="{{title}}"/>
<link
rel="stylesheet"
@ -122,6 +121,8 @@ BLOG_HTML_TEMPLATE: str = f"""<!DOCTYPE html>
<html lang="en">
{HTML_HEADER}
<meta name="description" content="{{blog_description}}"/>
<meta name="title" content="{{title}} | {{blog_description}}"/>
<meta property="og:type" content="article"/>
</head>
<body>
@ -135,6 +136,8 @@ HOME_PAGE_HTML_TEMPLATE: str = f"""<!DOCTYPE html>
<html lang="en">
{HTML_HEADER}
<meta name="description" content="{{home_page_description}}"/>
<meta name="title" content="{{title}} | {{home_page_description}}"/>
<meta property="og:type" content="website"/>
<link
rel="manifest"