Skip to content

Commit 4a7b445

Browse files
Fix icon path (git#497)
1 parent 5cd8485 commit 4a7b445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66
<title>{{ page.title }}</title>
77
<meta name="viewport" content="width=device-width">
8-
<link rel="icon" type="image/x-icon" href="../images/logo.png"/>
8+
<link rel="icon" type="image/x-icon" href="/images/logo.png"/>
99
<link rel="stylesheet" href="/css/main.css">
1010
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">
1111
</head>

0 commit comments

Comments
 (0)