changeset 6854:ed3fc5a5f4e8

templates: add viewport meta element so small devices react to the responsive design
author domruf <dominikruf@gmail.com>
date Sat, 29 Oct 2016 13:45:07 +0200
parents 2ce1f4cd87d8
children d01ca871f1bd
files kallithea/templates/base/root.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/base/root.html	Tue Jul 18 22:07:44 2017 +0200
+++ b/kallithea/templates/base/root.html	Sat Oct 29 13:45:07 2016 +0200
@@ -5,6 +5,7 @@
         <title><%block name="title"/><%block name="branding_title"/></title>
         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
         <meta name="robots" content="index, nofollow"/>
+        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
         <link rel="icon" href="${h.url('/images/favicon.ico')}" type="image/x-icon" />
 
         ## CSS ###