aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/layout.twig
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/layout.twig')
-rw-r--r--tpl/layout.twig8
1 files changed, 4 insertions, 4 deletions
diff --git a/tpl/layout.twig b/tpl/layout.twig
index c4bbe779..b86983da 100644
--- a/tpl/layout.twig
+++ b/tpl/layout.twig
@@ -5,12 +5,12 @@
5<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> 5<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6<html> 6<html>
7 <head> 7 <head>
8 <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"> 8 <meta name="viewport" content="initial-scale=1.0">
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <meta http-equiv="X-UA-Compatible" content="IE=10"> 10 <meta http-equiv="X-UA-Compatible" content="IE=10">
11 <title>{% block title %}{% endblock %} - poche</title> 11 <title>{% block title %}{% endblock %} - poche</title>
12 {% include '_head.twig' %} 12{% include '_head.twig' %}
13 {% include '_bookmarklet.twig' %} 13{% include '_bookmarklet.twig' %}
14 </head> 14 </head>
15 <body> 15 <body>
16 {% include '_top.twig' %} 16 {% include '_top.twig' %}
@@ -24,6 +24,6 @@
24 {% block content %}{% endblock %} 24 {% block content %}{% endblock %}
25 </div> 25 </div>
26 </div> 26 </div>
27 {% include '_footer.twig' %} 27{% include '_footer.twig' %}
28 </body> 28 </body>
29</html> \ No newline at end of file 29</html> \ No newline at end of file