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