From 26118a62ec7aabee8cb1c065dfb86b234aff2719 Mon Sep 17 00:00:00 2001 From: PrototypeArea Date: Thu, 23 Jun 2022 23:58:56 -0400 Subject: [PATCH] Third commit (testing deploy workflow) --- src/layouts/Layout.astro | 56 +++++++++++++++++------------------ src/pages/index.astro | 63 ++++------------------------------------ 2 files changed, 33 insertions(+), 86 deletions(-) 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