From be759c27fcb5675ac877b5657d12e236e1e3d244 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 23 Jul 2015 23:39:40 -0700 Subject: configure viewport and get rid of theme-enlarge.css Viewport configuration per Google's mobile usability suggestions. It not only provides a consistent experience by using device independent pixels, but also help me get rid of theme-enlarge.css, which could result in unexpectedly large font when one accidently resize to a portrait window on the desktop. Thanks Google! See https://developers.google.com/speed/docs/insights/ConfigureViewport. --- templates/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/template.html') diff --git a/templates/template.html b/templates/template.html index 4ebc4d27..05c0ac17 100644 --- a/templates/template.html +++ b/templates/template.html @@ -11,6 +11,7 @@ $endif$ + $if(quotes)$ @@ -32,7 +33,6 @@ $endfor$ - -- cgit v1.2.1