From 096c2089b4910083175018a084d5edd072ffbc75 Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Sun, 10 Mar 2024 20:35:37 +0100 Subject: [PATCH] layout: remove user-scalable=no from viewport settings This is disfavored for accessibility reasons. --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 77f23fc7..3ae245fb 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -14,7 +14,7 @@ - + {% include head-custom.html %}