Author: bobharner
Date: Sun Feb 15 22:43:33 2015
New Revision: 1660001
URL: http://svn.apache.org/r1660001
Log:
Added viewport meta tag to Site Exporter template to partially address a Google
complaint about mobile usability.
Modified:
tapestry/tapestry-site/trunk/template/template.vm
Modified: tapestry/tapestry-site/trunk/template/template.vm
URL:
http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/template/template.vm?rev=1660001&r1=1660000&r2=1660001&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/template/template.vm (original)
+++ tapestry/tapestry-site/trunk/template/template.vm Sun Feb 15 22:43:33 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>
#if (! $page.title.equals("Index") && ! $page.title.equals("IndexV2"))
$page.title -- Apache Tapestry