Commit 6af866c2 authored by Georgi D. Sotirov's avatar Georgi D. Sotirov Committed by Давид Добряков

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.
parent f23dfa43
......@@ -88,6 +88,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) %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment