From 4f71a20c6720245ba3cad6dde311edd26703b655 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Mon, 1 Sep 2025 09:32:06 +0800 Subject: [PATCH] Used new head component --- src/layouts/Layout.astro | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 18af47b..7275c1a 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -6,20 +6,13 @@ const websiteDescription = 'This is just a template.' import Background from '../../fwt/components/Background/Background' import OptimizeBackground from '../../fwt/components/Optimizer/OptimizeBackground' +import Head from '../../fwt/components/Head/Head' --- - - - - - - - {title} - + -