From da921d25dfbaa0cfb230a6c00f9e1a64accc6ee5 Mon Sep 17 00:00:00 2001 From: "Georgi D. Sotirov" Date: Fri, 24 May 2019 17:32:38 +0300 Subject: 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. --- template/en/default/global/header.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template') 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 @@ [% END %] + + [% SET yui = yui_resolve_deps(yui, yui_deps) %] [% SET css_sets = css_files(style_urls, yui, yui_css) %] -- cgit v1.2.1