Skip to content

Commit 1af2ca4

Browse files
committed
Fix for favicon
1 parent ac82f75 commit 1af2ca4

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<head>
22
<meta charset="utf-8">
33
<meta name="viewport" content="width=device-width, initial-scale=1">
4-
<link rel="icon" type="image/x-icon" href="/img/favicon.svg">
4+
<link rel="icon" type="image/x-icon" href="{{site.baseurl}}/img/favicon.ico">
55
<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
66
<link rel="stylesheet" href="{{ " /css/styles.css" | prepend: site.baseurl }}">
77
<link rel="stylesheet" href="{{ " /css/preflight.css" | prepend: site.baseurl }}">

img/favicon.ico

169 KB
Binary file not shown.

img/favicon.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)