Enable mobile view for website.
The documentation currently uses responsive Bootstrap, but didn't include the correct meta tag for proper display on mobile devices.
This commit is contained in:
parent
d627ff9697
commit
e9a1246527
1 changed files with 1 additions and 0 deletions
1
docs/theme/docker/layout.html
vendored
1
docs/theme/docker/layout.html
vendored
|
@ -6,6 +6,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="google-site-verification" content="UxV66EKuPe87dgnH1sbrldrx6VsoWMrx5NjwkgUFxXI" />
|
||||
|
||||
<title>{{ meta['title'] if meta and meta['title'] else title }} - Docker Documentation</title>
|
||||
|
|
Loading…
Add table
Reference in a new issue