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 e93b757 commit d46ba5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ const image = 'https://gus.vision/gus.webp';
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="robots" content="index, follow">
<meta name="googlebots" content="index, follow">
<meta name="generator" content={Astro.generator} />
<title>{title} - {subtitle}</title>
<meta name="title" content=`${title} - ${subtitle}` />
Expand Down

0 comments on commit d46ba5f

Please sign in to comment.