mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Fri 4 Nov 18:21:47 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
f3a99388ac
commit
f8b92aaadf
1 changed files with 4 additions and 2 deletions
|
@ -120,7 +120,6 @@ HTML_HEADER: str = f"""<head>
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<title>{{title}}</title>
|
|
||||||
|
|
||||||
<meta property="og:locale" content="{{locale}}"/>
|
<meta property="og:locale" content="{{locale}}"/>
|
||||||
|
|
||||||
|
@ -144,8 +143,9 @@ content="Ari-web blog generator version {BLOG_VERSION}"/>
|
||||||
BLOG_HTML_TEMPLATE: str = f"""<!DOCTYPE html>
|
BLOG_HTML_TEMPLATE: str = f"""<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
{HTML_HEADER}
|
{HTML_HEADER}
|
||||||
|
<title>{{title}} -> {{blog_title}}</title>
|
||||||
|
|
||||||
<meta name="description" content="{{blog_description}}"/>
|
<meta name="description" content="{{blog_description}}"/>
|
||||||
<meta name="title" content="{{title}} -> {{blog_title}}"/>
|
|
||||||
<meta property="og:type" content="article"/>
|
<meta property="og:type" content="article"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -160,6 +160,8 @@ BLOG_HTML_TEMPLATE: str = f"""<!DOCTYPE html>
|
||||||
HOME_PAGE_HTML_TEMPLATE: str = f"""<!DOCTYPE html>
|
HOME_PAGE_HTML_TEMPLATE: str = f"""<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
{HTML_HEADER}
|
{HTML_HEADER}
|
||||||
|
<title>{{title}}</title>
|
||||||
|
|
||||||
<meta name="description" content="{{home_page_description}}"/>
|
<meta name="description" content="{{home_page_description}}"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue