Replace apple-mobile-web-app-capable with mobile-web-app-capable
https://web.dev/learn/pwa/web-app-manifest?hl=pt-br#designing_your_pwa_experience
This commit is contained in:
committed by
GitHub
parent
e2eed3d311
commit
d77d682ee0
@@ -7,7 +7,7 @@
|
|||||||
<title>{{ entry.title }}</title>
|
<title>{{ entry.title }}</title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
{% if g.google_site_verification|length > 0 %}
|
{% if g.google_site_verification|length > 0 %}
|
||||||
<meta name="google-site-verification" content="{{g.google_site_verification}}">
|
<meta name="google-site-verification" content="{{g.google_site_verification}}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user