From: Joe Mooring Date: Sat, 16 Sep 2023 16:06:14 +0000 (-0700) Subject: create/skeletons: Improve viewport meta tag X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f9163155d;p=brevno-suite%2Fhugo create/skeletons: Improve viewport meta tag Remove initial-scale=1.0 (this is the browser default) Remove minimum-scale=1.0 (opinionated, can throw WCAG warning) --- diff --git a/create/skeletons/theme/layouts/partials/head.html b/create/skeletons/theme/layouts/partials/head.html index c15b7b499..02c224018 100644 --- a/create/skeletons/theme/layouts/partials/head.html +++ b/create/skeletons/theme/layouts/partials/head.html @@ -1,5 +1,5 @@ - + {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }}