Merge pull request #1103 from umtksa/patch-1

update base.html
This commit is contained in:
Simone Margaritelli 2022-07-18 19:58:43 +02:00 committed by GitHub
commit af5a6f6e34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 %}