]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/layout.twig
changes in md files
[github/wallabag/wallabag.git] / tpl / layout.twig
index c4bbe779d75330d0e3bb6ecac30cf5e86cefc548..22d08fcaead2075da3019227d98fce1a60b862a4 100644 (file)
@@ -5,12 +5,14 @@
 <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
 <html>
     <head>
-        <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
+        <meta name="viewport" content="initial-scale=1.0">
         <meta charset="utf-8">
+        <!--[if IE]>
         <meta http-equiv="X-UA-Compatible" content="IE=10">
+        <![endif]-->
         <title>{% block title %}{% endblock %} - poche</title>
-        {% include '_head.twig' %}
-        {% include '_bookmarklet.twig' %}
+{% include '_head.twig' %}
+{% include '_bookmarklet.twig' %}
     </head>
     <body>
         {% include '_top.twig' %}
@@ -24,6 +26,6 @@
             {% block content %}{% endblock %}
             </div>
         </div>
-        {% include '_footer.twig' %}
+{% include '_footer.twig' %}
     </body>
 </html>
\ No newline at end of file