diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 0a20c51..fc9625e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,53 +1,51 @@ --- -const { title = "", description = "" } = Astro.props; + const { title = "", description = "" } = Astro.props; --- + - - + + - {title} + {title} + - + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 3adf957..a79622c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,66 +1,15 @@ --- -import Layout from '~/layouts/Layout.astro'; + import Layout from '~/layouts/Layout.astro'; --- +
-

Welcome to Tailwind Astro

-

- Check out the src/pages directory to get started.
- Code Challenge: Tweak the "Welcome to Astro" message above. +

Tailwind Astro

+

+ Lorem ipsum lorem

+ \ No newline at end of file