Skip to content

Commit 4592513

Browse files
committed
favicon for markdown pages
1 parent b8c7be4 commit 4592513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/Layout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import "../styles/markdown.css";
1010
<meta charset="UTF-8" />
1111
<meta name="viewport" content="width=device-width, initial-scale=1" />
1212
<meta name="generator" content={Astro.generator} />
13+
<link rel="icon" href="https://fav.farm/👨🏻‍💻" />
1314
</head>
1415
<body>
1516
<aside class="hidden lg:block">

0 commit comments

Comments
 (0)