We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c7be4 commit 4592513Copy full SHA for 4592513
src/layouts/Layout.astro
@@ -10,6 +10,7 @@ import "../styles/markdown.css";
10
<meta charset="UTF-8" />
11
<meta name="viewport" content="width=device-width, initial-scale=1" />
12
<meta name="generator" content={Astro.generator} />
13
+ <link rel="icon" href="https://fav.farm/👨🏻💻" />
14
</head>
15
<body>
16
<aside class="hidden lg:block">
0 commit comments