From 2ffd37cb2589d96679b4afdb33cea2fc59f99904 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Thu, 8 Sep 2022 20:57:24 +0630 Subject: [PATCH] Add social media & SEO meta tags --- src/layouts/Layout.astro | 109 +++++++++++++++++++++------------------ 1 file changed, 59 insertions(+), 50 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 5c724bf..3023fd3 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,6 +1,6 @@ --- export interface Props { - title: string; + title: string; } const { title } = Astro.props; @@ -8,53 +8,62 @@ const { title } = Astro.props; - - - - - - {title} - - - - + + + + + + {title} + + + + + + + + + + + + + + + + + + - - -