Skip to content

Commit

Permalink
feat: add color
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed Jun 7, 2024
1 parent 11ed895 commit 3aa0afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const { title, description } = Astro.props;
/>
<meta property="og:title" content={`${title} | Nico's Blog`} />
<meta property="og:image" content={MyFace.src} />
<meta property="theme-color" content="#8f54a0" />
<meta property="og:type" content="website" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" href="/favicon.ico" />
Expand Down

0 comments on commit 3aa0afa

Please sign in to comment.