diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 532d293..30435f0 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -3,7 +3,7 @@ import Background from "../components/Background.astro"; import Footer from "../components/Footer.astro"; import Navbar from "../components/Navbar.astro"; -const { title } = Astro.props; +const { title, description } = Astro.props; --- @@ -15,9 +15,24 @@ const { title } = Astro.props; {title} - + + + + + + + + + + + + + + + + diff --git a/src/pages/404.astro b/src/pages/404.astro index 191f987..c4429fe 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -6,7 +6,7 @@ import { HomeIcon } from 'astro-feather'; import Content from '../components/Content.astro'; --- - +

404 :(

diff --git a/src/pages/about.astro b/src/pages/about.astro index 1dfa7ee..db588c2 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -8,7 +8,7 @@ import Link from '../components/Link.astro'; import Content from '../components/Content.astro'; --- - + About Globed diff --git a/src/pages/index.astro b/src/pages/index.astro index 8981732..0c1c0fb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -18,7 +18,7 @@ import Content from '../components/Content.astro'; const screenshots = (await Astro.glob('../images/screenshot-*.png')).map(file => file.default); --- - +
+ Install Globed