diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index e455c61..46cb4cb 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,3 +1,4 @@ +
@@ -12,11 +13,8 @@ - diff --git a/src/pages/index.astro b/src/pages/index.astro index c04f360..689554c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,5 @@ --- -import Welcome from '../components/Welcome.astro'; + import Layout from '../layouts/Layout.astro'; // Welcome to Astro! Wondering what to do next? Check out the Astro documentation at https://docs.astro.build @@ -7,5 +7,5 @@ import Layout from '../layouts/Layout.astro'; ---