From 539a1b7823480bfb8cba41bbabcf93bed66d2491 Mon Sep 17 00:00:00 2001 From: Noisk8 Date: Wed, 22 Feb 2023 21:21:58 -0500 Subject: [PATCH] Cambios metadata 1 --- src/components/navbar.astro | 2 +- src/layouts/Layout.astro | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/navbar.astro b/src/components/navbar.astro index 37a64f6..72a4809 100644 --- a/src/components/navbar.astro +++ b/src/components/navbar.astro @@ -25,7 +25,7 @@ const rightmenu: Menu[] = [ { label: "Instagram", - href: "https://github.com/web3templates/stablo-astro", + href: "https://www.instagram.com/elrincondelcafe.12/", external: true, badge: "new", }, diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 17deb83..dd8f87f 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -18,8 +18,8 @@ const { title, desc, ogimage = "/opengraph.jpg" } = Astro.props; const resolvedOGImage = checkImageUrl(ogimage, Astro.site); const makeTitle = title - ? title + " | " + "Stablo" - : "Stablo — Free Blog Website Template built with Astro & MDX"; + ? title + " | " + "El rincón del cafe" + : "El rincón del cafe"; --- @@ -32,7 +32,7 @@ const makeTitle = title