forked from cadey/xesite
templates/base: add PWA manifest
This commit is contained in:
parent
d2ff440799
commit
cb2d716b38
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "Christine Dodrill",
|
||||
"short_name": "Christine",
|
||||
"theme_color": "#ffcbe4",
|
||||
"background_color": "#fa99ca",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"start_url": "/"
|
||||
}
|
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/css/hack.css" />
|
||||
<link rel="stylesheet" href="/css/gruvbox-dark.css" />
|
||||
<link rel="manifest" href="/static/manifest.json" />
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="https://christine.website/blog.rss" />
|
||||
<link rel="alternate" type="application/atom+xml" href="https://christine.website/blog.atom" />
|
||||
|
|
Loading…
Reference in New Issue