Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBIG-MON <mrmon93@gmail.com>2020-11-26 03:47:31 +0300
committerBIG-MON <mrmon93@gmail.com>2020-11-26 03:47:31 +0300
commit517445d619b6214ab5990a5bacc5da3a0221af2e (patch)
tree1bce02408d351253bd787e43df4e28d38e25ddfa
parent68e0de4273df61045f5a6edd5ecd5a1703e32cf9 (diff)
fix: Improve Lighthouse score, accessibility
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 00d19f9..095b192 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,7 +3,7 @@
{{ end }}
<meta name="renderer" content="webkit" />
-<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
+<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes"/>
{{/* support older feature phones
see: https://stackoverflow.com/questions/1988499/meta-tags-for-mobile-should-they-be-used
*/}}