Skip to content

Commit

Permalink
Update Layout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoquinalha authored Jul 13, 2024
1 parent 716b34c commit 0c4e580
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ const image = 'https://gus.vision/gus.webp';
<meta property="fb:app_id" content="" />
<meta property="og:locale" content="pt-BR">
<!-- Twitter -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:site" content="@gustavoquinalha" />
<meta property="twitter:url" content={url} />
<meta property="twitter:title" content=`${title} - ${subtitle}` />
<meta property="twitter:description" content={description} />
<meta property="twitter:image" content={image} />
<meta property="twitter:image:alt" content={title} />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@gustavoquinalha" />
<meta name="twitter:url" content={url} />
<meta name="twitter:title" content=`${title} - ${subtitle}` />
<meta name="twitter:description" content={description} />
<meta name="twitter:image" content={image} />
<meta name="twitter:image:alt" content={title} />
</head>
<body class="w-full content bg-zinc-950 mb-14 md:mb-0">
<!-- Google Tag Manager (noscript) -->
Expand Down

0 comments on commit 0c4e580

Please sign in to comment.