From 9d952483f250a97cbeab4061fa1c4e68341b330f Mon Sep 17 00:00:00 2001 From: kartofen Date: Sun, 28 Aug 2022 23:22:15 +0300 Subject: posting thread and image works --- src/layouts/Default.astro | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/layouts/Default.astro') diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 5a2a372..3c0b6ff 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -1,12 +1,15 @@ --- +const { title } = Astro.props as Props; --- - - + + + + {title} @@ -15,7 +18,7 @@ -- cgit v1.2.3