From ea69501571f99503052db61adc928c32a2de215c Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Tue, 3 Jun 2025 13:49:06 +0800 Subject: [PATCH] fix links --- src/layouts/Layout.astro | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f99a1dd..1bb30b1 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,8 +1,8 @@ --- const { title } = Astro.props -const websiteName = '' -const websiteDescription = '' +const websiteName = 'Template' +const websiteDescription = 'This is just a template.' --- @@ -21,7 +21,7 @@ const websiteDescription = ''