diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro new file mode 100644 index 0000000..f99a1dd --- /dev/null +++ b/src/layouts/Layout.astro @@ -0,0 +1,45 @@ +--- +const { title } = Astro.props + +const websiteName = '' +const websiteDescription = '' +--- + + +
+ + + + + +