Skip to content

Commit

Permalink
Update desc field
Browse files Browse the repository at this point in the history
  • Loading branch information
shftlvch committed Jan 2, 2024
1 parent a2214ec commit aaed607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const { title } = Astro.props;
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Astro description" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
Expand All @@ -21,6 +20,7 @@ const { title } = Astro.props;
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#111" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<meta name="description" content="Anna Shmitko: projects,highlights" />
</head>
<body>
<slot />
Expand Down

0 comments on commit aaed607

Please sign in to comment.