From ab2099a44b5be0baee048ce375d1410bcec14620 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Fri, 4 Aug 2023 16:14:14 -0400 Subject: [PATCH] Update html metadata - Add global `lang` attribute - Add metadata: `author`, `color-scheme` and `theme-color`. --- _includes/layouts/main.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/_includes/layouts/main.tsx b/_includes/layouts/main.tsx index 7b07d55..56b7968 100644 --- a/_includes/layouts/main.tsx +++ b/_includes/layouts/main.tsx @@ -1,11 +1,15 @@ export default function({ title, description, children, comp }) { return ( - + - {title} + + + + +