Skip to content

Commit af0ef84

Browse files
committed
feat: add svg favicon
1 parent 53655d8 commit af0ef84

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap" rel="stylesheet">
2828
</noscript>
2929

30-
<link rel="icon" type="image/x-icon" href="/favicon.ico">
30+
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=1" sizes="32x32">
31+
<link rel="icon" type="image/svg+xml" href="/favicon.svg?v=1">
3132
</head>
3233
<body>
3334
<header>

favicon.ico

-75.5 KB
Binary file not shown.

favicon.svg

Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)