From: Sorin Davidoi Date: Mon, 27 Aug 2018 19:24:48 +0000 (+0200) Subject: fix(partials/head): Allow zooming X-Git-Url: https://njoseph.me/gitweb/hyde.git/commitdiff_plain/9bb31d6aedb7061c87e95d82c0148d3578d0f202 fix(partials/head): Allow zooming Disabling zooming is problematic for people with low vision (https://dequeuniversity.com/rules/axe/3.0/meta-viewport). --- 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 @@ {{ .Hugo.Generator }} - + {{ if .IsHome -}} {{ .Site.Title }}