Skip to content

Commit

Permalink
fixed metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorobreza committed Jan 6, 2024
1 parent 108f568 commit 58bed03
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@ const currentYear = new Date().getFullYear();
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Astro description" />
<meta
name="description"
content="Take a peek at my portfolio for some of my projects. Visit my website for more details."
/>
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="sitemap" href="/sitemap-index.xml" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<meta
name="description"
content="Take a peek at my portfolio for some of my projects. Visit my website for more details."
/>
<meta name="author" content="Gregor Obreza" />
<meta name="robots" content="index, follow" />
<!-- facebook and Linkedin -->
Expand Down

0 comments on commit 58bed03

Please sign in to comment.