From de1523c6506baa12823d93695046409ac216e639 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 18 Sep 2025 08:36:15 +0800 Subject: [PATCH] Updated fwt component --- fwt/components/HTML.tsx | 5 ++++- src/layouts/Layout.astro | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/fwt/components/HTML.tsx b/fwt/components/HTML.tsx index bdd446a..77214e0 100644 --- a/fwt/components/HTML.tsx +++ b/fwt/components/HTML.tsx @@ -10,6 +10,7 @@ interface Props { children: JSXElement font?: 'roboto' | 'inter' | 'montserrat' | 'open-sans' | 'public-sans' preloadBackground?: boolean + author: string } export default (props: Props) => { @@ -17,12 +18,13 @@ export default (props: Props) => { <> - + + @@ -33,6 +35,7 @@ export default (props: Props) => { + {props.title} diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index d2b01cb..7ab7c90 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -7,7 +7,7 @@ const websiteName = 'AIO Tools' const websiteDescription = 'All-in-One Tools for Everyone' --- - +