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' --- - +