Browse Source

fix(partials/head): Allow zooming

Disabling zooming is problematic for people with low vision (https://dequeuniversity.com/rules/axe/3.0/meta-viewport).
Sorin Davidoi 6 years ago
parent
commit
9bb31d6aed
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html View File

6
   {{ .Hugo.Generator }}
6
   {{ .Hugo.Generator }}
7
 
7
 
8
   <!-- Enable responsiveness on mobile devices-->
8
   <!-- Enable responsiveness on mobile devices-->
9
-  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
9
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
10
 
10
 
11
   {{ if .IsHome -}}
11
   {{ if .IsHome -}}
12
   <title>{{ .Site.Title }}</title>
12
   <title>{{ .Site.Title }}</title>