diff --git a/src/assets/opengraph.png b/src/assets/opengraph.png new file mode 100644 index 0000000..3d33839 Binary files /dev/null and b/src/assets/opengraph.png differ diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 3708319..78e4087 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,60 +1,78 @@ --- import "../styles/global.scss"; +import opengraph from "/src/assets/opengraph.png"; import Navbar from "../components/Layout/Navbar/Navbar.astro"; 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; +const description = "A platform, network and experience that allows you to control and own your online web, and access all of the possibilities Web3 has to offer. Join the open web."; +const url = "https://lumeweb.com"; --- - + {title} - + + + + + + + + + + + + + + + - - - -
- -
- {view !== "home" && } -