Author: bobharner
Date: Sun Feb 15 22:37:50 2015
New Revision: 940284

Log:
Experimentally added viewport meta tag to address a Google complaint about 
mobile usability

Modified:
    websites/production/tapestry/content/getting-started.html

Modified: websites/production/tapestry/content/getting-started.html
==============================================================================
--- websites/production/tapestry/content/getting-started.html (original)
+++ websites/production/tapestry/content/getting-started.html Sun Feb 15 
22:37:50 2015
@@ -21,6 +21,7 @@
 <head>
   <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
   <meta http-equiv="x-ua-compatible" content="IE=9">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>
     Getting Started -- Apache Tapestry
   </title>


Reply via email to