update @ Fri 11 Mar 14:56:22 EET 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-03-11 14:56:22 +02:00
parent 131519ac49
commit f70fa694d6
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
2 changed files with 16 additions and 1 deletions

14
manifest.json Normal file
View file

@ -0,0 +1,14 @@
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"short_name": "Ari-web blogs",
"name": "Ari::web -> Blogs",
"icons": [{
"src": "/favicon.ico",
"sizes": "128x128",
"type": "image/png"
}],
"start_url": ".",
"display": "standalone",
"theme_color": "#f9f6e8",
"background_color": "#262220"
}

View file

@ -100,7 +100,8 @@ BLOG_HTML_TEMPLATE = f"""<!DOCTYPE html>
HOME_PAGE_HTML_TEMPLATE = f"""<!DOCTYPE html>
<html lang="en">
{HTML_HEADER}
<meta name="description" content="{{home_page_description}}">
<meta name="description" content="{{home_page_description}}" />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<h1>My blogs</h1>