aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/global.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_layouts/global.html')
-rwxr-xr-xdocs/_layouts/global.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 94d0deb27f..2ef06bfe67 100755
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -8,7 +8,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{ page.title }}</title>
<meta name="description" content="">
- <meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="{{HOME_PATH}}css/bootstrap.min.css">
<style>
@@ -17,7 +16,9 @@
padding-bottom: 40px;
}
</style>
- <link rel="stylesheet" href="{{HOME_PATH}}css/bootstrap-responsive.min.css">
+ <!--Not enabling responsive for now-->
+ <!--meta name="viewport" content="width=device-width"-->
+ <!--link rel="stylesheet" href="{{HOME_PATH}}css/bootstrap-responsive.min.css"-->
<link rel="stylesheet" href="{{HOME_PATH}}css/main.css">
<script src="{{HOME_PATH}}js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>