Skip to content

Commit

Permalink
Cambios metadata 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisk8 committed Feb 23, 2023
1 parent 8ace7a1 commit 539a1b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
8 changes: 4 additions & 4 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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";
---

<!DOCTYPE html>
Expand All @@ -32,7 +32,7 @@ const makeTitle = title
<SEO
title={makeTitle}
description={desc ||
"Stablo is a Blog Starter Template built with Astro & MDX."}
"El RINCÓN DEL CAFE."}
canonical={canonicalURL}
twitter={{
creator: "@surjithctly",
Expand All @@ -43,7 +43,7 @@ const makeTitle = title
basic: {
url: canonicalURL,
type: "website",
title: `Stablo - Blog Starter Template for Astro`,
title: `El Rincón Del Cafe`,
image: resolvedOGImage,
},
image: {
Expand Down

0 comments on commit 539a1b7

Please sign in to comment.