mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Sun 25 Sep 05:41:42 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
5145c98fb5
commit
64317741b5
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue