diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 556cc8e..7eac8a1 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,6 +1,6 @@ --- interface Props { - title: string; + title: string; } const { title } = Astro.props; @@ -8,64 +8,78 @@ const { title } = Astro.props; - - - - - - lukeh990 - {title} - - - - + + + + + + lukeh990 - {title} + + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index 5b6117a..5a37bd4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,34 +1,244 @@ --- -import Layout from '../layouts/Layout.astro'; +import Layout from "../layouts/Layout.astro"; --- -
-

lukeh990

-

full-stack web dev

- -
+
+

lukeh990

+

full-stack web dev

+ +