From 3ec9c85e6274ecebf56ccf492a8fc35a729871fb Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Sun, 23 Jul 2023 20:20:39 -0400 Subject: [PATCH] Change `charset` to `charSet` in `` tag --- _includes/layouts/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/layouts/main.tsx b/_includes/layouts/main.tsx index b1505d0..c5eed34 100644 --- a/_includes/layouts/main.tsx +++ b/_includes/layouts/main.tsx @@ -2,7 +2,7 @@ export default function({ title, children }) { return ( - + { title }