about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSorin Davidoi2018-08-27 21:24:48 +0200
committerBjørn Erik Pedersen2018-08-27 21:56:45 +0200
commit9bb31d6aedb7061c87e95d82c0148d3578d0f202 (patch)
tree58ef535fe31ff9af28f2c7d66b4ab3efbc814297
parent6f03ab30550073c2ba98a3e2fd67f26ccfc19e5b (diff)
downloadhyde-9bb31d6aedb7061c87e95d82c0148d3578d0f202.tar.xz
hyde-9bb31d6aedb7061c87e95d82c0148d3578d0f202.zip
fix(partials/head): Allow zooming
Disabling zooming is problematic for people with low vision (https://dequeuniversity.com/rules/axe/3.0/meta-viewport).
-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 1f7b072..ab68c44 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html
@@ -6,7 +6,7 @@
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>