Skip to content

Commit

Permalink
Use relative favicon url to allow non-empty baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
flortsch committed Oct 8, 2018
1 parent 6851123 commit 045117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

<link rel="stylesheet" href="css/main.css">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="icon" type="image/x-icon" href="/favicon.png" />
<link rel="icon" type="image/x-icon" href="favicon.png" />
</head>

0 comments on commit 045117d

Please sign in to comment.