]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
layout
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Sat, 10 Aug 2013 20:17:00 +0000 (22:17 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Sat, 10 Aug 2013 20:17:00 +0000 (22:17 +0200)
tpl/layout.twig

index c4bbe779d75330d0e3bb6ecac30cf5e86cefc548..7398d2fb25b75223af9a801e4fca2cf2a27d2669 100644 (file)
@@ -9,8 +9,8 @@
         <meta charset="utf-8">
         <meta http-equiv="X-UA-Compatible" content="IE=10">
         <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 +24,6 @@
             {% block content %}{% endblock %}
             </div>
         </div>
-        {% include '_footer.twig' %}
+{% include '_footer.twig' %}
     </body>
 </html>
\ No newline at end of file