Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
6af866c2
Commit
6af866c2
authored
May 24, 2019
by
Georgi D. Sotirov
Committed by
Давид Добряков
Apr 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
header.html.tmpl
template/en/default/global/header.html.tmpl
+2
-0
No files found.
template/en/default/global/header.html.tmpl
View file @
6af866c2
...
...
@@ -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) %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment