From c6174792a72f74341020c0f2b10ac6570eb28377 Mon Sep 17 00:00:00 2001 From: Koala Yeung Date: Tue, 6 Aug 2024 23:54:13 +0800 Subject: [PATCH 1/2] Improve mobile support * Adding viewport metatag and initial-scale to make the site more readable on mobile devices. --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index c9468a1..f2e95c6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,7 @@ - + From a088d114646e1b532185644c5bc01a934b71fad8 Mon Sep 17 00:00:00 2001 From: Koala Yeung Date: Tue, 6 Aug 2024 23:59:43 +0800 Subject: [PATCH 2/2] Add theme color metatag * Provide theme color hint for browsers that support it (e.g. Chrome). --- _layouts/default.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index f2e95c6..ce9aeea 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,6 +6,7 @@ + @@ -13,11 +14,7 @@ {{ page.title }} | {{ site.name }} - - > + {% include header.html %}