Browse Source

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.
Kyle Conroy 12 years ago
parent
commit
e9a1246527
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/theme/docker/layout.html

+ 1 - 0
docs/theme/docker/layout.html

@@ -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>