Skip to content

Commit ea45960

Browse files
committed
fix: 🐛 new potential fix for favicon
1 parent 7a58e45 commit ea45960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<meta charset="UTF-8" />
55
<title>{{ page.title }}</title>
66
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}" />
7+
<link rel="icon" href="{{ '/favicon.ico' | relative_url }}" />
78
</head>
89
<body>
910
<main>{{ content }}</main>
1011
<script src="{{ '/assets/js/github-stars.js' | relative_url }}"></script>
11-
<link rel="icon" href="{{ '/favicon.ico' | relative_url }}" />
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)