mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Fri 11 Mar 14:56:22 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
131519ac49
commit
f70fa694d6
2 changed files with 16 additions and 1 deletions
14
manifest.json
Normal file
14
manifest.json
Normal 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"
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue