Use relative favicon url to allow non-empty baseurl

This commit is contained in:
Florian Latifi
2018-10-08 14:01:44 +02:00
parent 6851123118
commit 045117dfba
+1 -1
View File
@@ -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>