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.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/chimere/templates/base.html b/chimere/templates/base.html
index b80c42f..9ce000c 100644
--- a/chimere/templates/base.html
+++ b/chimere/templates/base.html
@@ -2,8 +2,8 @@
<html lang="fr">
<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 %}
+ <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">
{% block og %}
<meta property="og:title"
@@ -66,6 +66,11 @@
{% block footer %}
{% endblock %}
</div>
+<a href='#' id='mobile-footer-open-img'>+</a>
+<div id="mobile-footer">
+ {% block mobilefooter %}
+ {% endblock %}
+</div>
{% endblock %}
</body>
</html>