diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 6b712d9..ef56a80 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -5,34 +5,53 @@ import Footer from "../components/Layout/Footer/Footer.astro"; import JoinCommunity from "../components/Layout/JoinCommunity/JoinCommunity.astro"; export interface Props { - view: string; - title: string; + view: string; + title: string; } -const { view, title } = Astro.props; +const {view, title} = Astro.props; --- - + {title} - + - - - - -
- -
- {view !== "home" && } -