From 582f753a9370c00f82ddd0ea0c4bf842df318a96 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Oct 2024 01:16:32 -0700 Subject: initial moeification --- src/layouts/Layout.astro | 107 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 80 insertions(+), 27 deletions(-) (limited to 'src/layouts/Layout.astro') diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b80dd61..8d5c7e4 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,37 +8,90 @@ const { title } = Astro.props; - - - - - - - - {title} - - - - + + + + + + + + {title} + + + + -- cgit v1.2.3