diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-10-25 17:21:39 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-10-25 17:21:39 +0200 |
| commit | 50bc9b6a7f647148e972d5d0d05cdc3296aca3a4 (patch) | |
| tree | 676a0bf483fb5c250f4c2aac9ada93fa8a5fa07b /chimere/templates/base.html | |
| parent | 609884d3c644b3c2f5cabef5a92ddd9f63ba8d16 (diff) | |
| download | Chimère-50bc9b6a7f647148e972d5d0d05cdc3296aca3a4.tar.bz2 Chimère-50bc9b6a7f647148e972d5d0d05cdc3296aca3a4.zip | |
Fix typo in settings - fix mobile files import
Diffstat (limited to 'chimere/templates/base.html')
| -rw-r--r-- | chimere/templates/base.html | 2 |
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> |
