Skip to content

Commit 74384c1

Browse files
Polaris000jgbarah
authored andcommitted
Fix favicon url
1 parent 6ddf6ed commit 74384c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
<script src="{{site.baseurl}}/js/toc.js"></script>
3030
<script src="{{site.baseurl}}/js/customscripts.js"></script>
3131

32-
<link rel="shortcut icon" href="{{site.baseurl}}/images/favicon.ico">
32+
<link rel="shortcut icon" href="{{site.baseurl}}/images/favicon/favicon.ico">
33+
3334

3435
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
3536
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

0 commit comments

Comments
 (0)