diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 734f586..bfe51d8 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -33,6 +33,14 @@ const { title } = Astro.props; + + {title} @@ -47,4 +55,4 @@ const { title } = Astro.props; min-height: 100vh; @apply h-full w-full dark:[background:radial-gradient(125%_125%_at_50%_10%,#000_40%,#63e_100%)] [background:radial-gradient(125%_125%_at_50%_10%,#fff_40%,#63e_100%)] text-black dark:text-white; } - \ No newline at end of file +