mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Add manifest
This commit is contained in:
parent
3dd29cbfb8
commit
5f4084d512
2 changed files with 23 additions and 0 deletions
18
gallery/static/manifest.json
Normal file
18
gallery/static/manifest.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"name": "OnlyLegs",
|
||||||
|
"short_name": "OnlyLegs",
|
||||||
|
"start_url": "/",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#151515",
|
||||||
|
"theme_color": "#151515",
|
||||||
|
"description": "A gallery built for fast and simple image management!",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "icon.png",
|
||||||
|
"sizes": "621x621",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"splash_pages": null
|
||||||
|
}
|
||||||
|
|
|
@ -4,16 +4,21 @@
|
||||||
<title>{{ config.WEBSITE.name }}</title>
|
<title>{{ config.WEBSITE.name }}</title>
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="{{ config.WEBSITE.motto }}"/>
|
<meta name="description" content="{{ config.WEBSITE.motto }}"/>
|
||||||
<meta name="author" content="{{ config.WEBSITE.author }}"/>
|
<meta name="author" content="{{ config.WEBSITE.author }}"/>
|
||||||
|
|
||||||
<meta property="og:title" content="{{ config.WEBSITE.name }}"/>
|
<meta property="og:title" content="{{ config.WEBSITE.name }}"/>
|
||||||
<meta property="og:description" content="{{ config.WEBSITE.motto }}"/>
|
<meta property="og:description" content="{{ config.WEBSITE.motto }}"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
|
|
||||||
<meta name="twitter:title" content="{{ config.WEBSITE.name }}"/>
|
<meta name="twitter:title" content="{{ config.WEBSITE.name }}"/>
|
||||||
<meta name="twitter:description" content="{{ config.WEBSITE.motto }}"/>
|
<meta name="twitter:description" content="{{ config.WEBSITE.motto }}"/>
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
|
||||||
|
<link rel="manifest" href="static/manifest.json"/>
|
||||||
|
|
||||||
<link
|
<link
|
||||||
href="{{url_for('static', filename='logo-black.svg')}}"
|
href="{{url_for('static', filename='logo-black.svg')}}"
|
||||||
rel="icon"
|
rel="icon"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue