Skip to content

Commit 2e7f7dc

Browse files
authored
Change meta description for personal website
Updated the meta description for the website.
1 parent be1078e commit 2e7f7dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/layouts/Layout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { title } = Astro.props;
1515
<html lang="en" class="h-full" data-theme="light">
1616
<head>
1717
<meta charset="UTF-8" />
18-
<meta name="description" content="Astro description" />
18+
<meta name="description" content="Personal website of Mauro Leonelli - Building systems where strategy & code ship together." />
1919
<meta name="viewport" content="width=device-width" />
2020
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
2121
<link rel="sitemap" href="/sitemap-index.xml" />
@@ -54,4 +54,4 @@ const { title } = Astro.props;
5454
</section>
5555
<Footer />
5656
</body>
57-
</html>
57+
</html>

0 commit comments

Comments
 (0)