hugo-theme-hello-friend/layouts/partials
Farrel Mahaztra ced6be1505
Remove maximum-scale=1 from viewport meta tag
The maximum-scale=1 attribute prevents low-vision users from magnifying the page in some browsers. This isn't applicable to browsers like Safari in iOS 10+, but it would still be ideal to accommodate the aforementioned users for other browsers. Also, this results in a Lighthouse score penalty for accessibility. Alternatively, we could increase maximum-scale to 5 or above if removing it results in a known UI/UX regression I haven't looked into.

Some further reading:
* https://a11yproject.com/posts/never-use-maximum-scale/
* https://web.dev/meta-viewport
* https://www.w3.org/TR/WCAG21/#resize-text
2020-07-10 17:51:52 +07:00
..
analytics.html
comments.html Fix typo in layouts/partials/comments.html 2019-04-07 22:31:15 +02:00
extended_footer.html Change the comment to reflect the correct file name 2019-03-25 09:40:35 +07:00
extended_head.html Change the comment to reflect the correct file name 2019-03-25 09:40:35 +07:00
footer.html Open gohugo and twitter in new tab 2019-05-12 20:08:06 +02:00
greater-icon.html Optimise an SVG icon 2019-07-09 14:12:56 +02:00
head.html Remove maximum-scale=1 from viewport meta tag 2020-07-10 17:51:52 +07:00
header.html Fix typos 2019-01-29 11:12:46 +01:00
lastmod.html Small fixes to lastMod feature 2020-01-27 18:29:31 +01:00
logo.html Update Inter font 2019-02-06 12:52:43 +01:00
menu.html Update Inter font 2019-02-06 12:52:43 +01:00
pagination.html Make "Older/Newer posts" texts configurable 2019-02-05 18:39:18 +01:00
prepended_head.html Added a prepended_head.html partial to allow custom insertion of scripts and links to be declared before the templates. 2019-07-15 20:38:33 -04:00
theme-icon.html