Update layout.html
https://web.dev/learn/pwa/web-app-manifest?hl=pt-br#designing_your_pwa_experience
This commit is contained in:
committed by
GitHub
parent
54a47cfc18
commit
e2eed3d311
@@ -7,7 +7,7 @@
|
|||||||
<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 http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<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