mirror of
https://github.com/janeczku/calibre-web
synced 2026-04-27 01:01:24 +00:00
Change meta tag for mobile web app capability
https://web.dev/learn/pwa/web-app-manifest?hl=pt-br#designing_your_pwa_experience
This commit is contained in:
committed by
GitHub
parent
dc19d40db1
commit
0e31be5357
@@ -7,7 +7,7 @@
|
||||
<meta name="description" content="">
|
||||
<title>{{_('Comic Reader')}} | {{title}}</title>
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
{% if g.google_site_verification|length > 0 %}
|
||||
<meta name="google-site-verification" content="{{g.google_site_verification}}">
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user