aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorGeorgi D. Sotirov <gdsotirov@gmail.com>2019-05-24 17:32:38 +0300
committerDave Miller <github@justdave.net>2022-08-23 21:12:04 -0400
commitda921d25dfbaa0cfb230a6c00f9e1a64accc6ee5 (patch)
tree304954a0c1393d89922ea5ff30591028a1a39fee /template
parent3395d78cc8b0bd660e56f73a2689d495f2a22628 (diff)
downloadbugs-da921d25dfbaa0cfb230a6c00f9e1a64accc6ee5.tar
bugs-da921d25dfbaa0cfb230a6c00f9e1a64accc6ee5.tar.gz
bugs-da921d25dfbaa0cfb230a6c00f9e1a64accc6ee5.tar.bz2
bugs-da921d25dfbaa0cfb230a6c00f9e1a64accc6ee5.tar.xz
bugs-da921d25dfbaa0cfb230a6c00f9e1a64accc6ee5.zip
Add viewport meta (#78)
Add viewport meta to improve rendering on mobile devices. Without this meta Google Search tools would report Bugzilla pages as not suitable for mobile devices.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/header.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index bd40fff88..0d6849ddb 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -89,6 +89,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
[% END %]
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
[% SET yui = yui_resolve_deps(yui, yui_deps) %]
[% SET css_sets = css_files(style_urls, yui, yui_css) %]