From 17f09eea760fd4038dab9beca0d897094315a785 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Tue, 26 Aug 2025 16:22:09 +0800 Subject: [PATCH] Fixed default layout --- src/layouts/Layout.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 793e274..c0dee19 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -3,6 +3,8 @@ const { title } = Astro.props const websiteName = 'Template' const websiteDescription = 'This is just a template.' + +import Background from '../builtin-components/Background/Background' --- @@ -16,6 +18,7 @@ const websiteDescription = 'This is just a template.' + @@ -26,6 +29,5 @@ const websiteDescription = 'This is just a template.' #body font-family: fonts.$Inter - background-color: vars.$background color: vars.$textColor