update base.html

added <meta name="apple-mobile-web-app-capable" content="yes">
so safari can show it fullscreen
This commit is contained in:
umtksa
2022-07-07 20:03:10 +03:00
committed by GitHub
parent cd50cf7418
commit 0c9f603844

View File

@ -4,6 +4,7 @@
<head>
{% block meta %}
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% endblock %}