Skip to content

Commit a7105df

Browse files
isaaccloosseanmonstar
authored andcommitted
fix(site): absolute path to favicon (#3216)
I snuck this change in after initial approval. I hope it's small enough to not be considered scope creep.
1 parent cc41da8 commit a7105df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1212
<![endif]-->
1313

14-
<link rel="shortcut icon" href="./icons/favicon.ico" type="image/x-icon">
15-
<link rel="icon" href="./icons/favicon.ico" type="image/x-icon">
14+
<link rel="shortcut icon" href="/icons/favicon.ico" type="image/x-icon">
15+
<link rel="icon" href="/icons/favicon.ico" type="image/x-icon">
1616

1717
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
1818

0 commit comments

Comments
 (0)