summaryrefslogtreecommitdiff
path: root/chimere/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/templates/base.html')
-rw-r--r--chimere/templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/chimere/templates/base.html b/chimere/templates/base.html
index 619aa0b..a346878 100644
--- a/chimere/templates/base.html
+++ b/chimere/templates/base.html
@@ -3,6 +3,8 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>{% block title %}{{PROJECT_NAME}}{% endblock %}</title>
+ {% if MOBILE %}<meta name="apple-mobile-web-app-capable" content="yes">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">{% endif %}
{% block extra_head %}
{% endblock %}
</head>