Fix favicon path
This fix the problem favicon path is not proper set due to commit f11de67
This commit is contained in:
parent
f11de67771
commit
0bed3d3d17
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- {{{ head -->
|
<!-- {{{ head -->
|
||||||
<head>
|
<head>
|
||||||
<link rel="icon" href="favicon.ico" />
|
<link rel="icon" href="../favicon.ico" />
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user