Fix favicon’s type
This commit is contained in:
parent
7af757a3fc
commit
eab027d03a
|
@ -12,6 +12,6 @@
|
||||||
<link rel="stylesheet" href="{{ site.url }}/css/gridism.css" />
|
<link rel="stylesheet" href="{{ site.url }}/css/gridism.css" />
|
||||||
<link rel="stylesheet" href="{{ site.url }}/css/style.css" />
|
<link rel="stylesheet" href="{{ site.url }}/css/style.css" />
|
||||||
<link rel="stylesheet" href="{{ site.url }}/css/pygments.css" />
|
<link rel="stylesheet" href="{{ site.url }}/css/pygments.css" />
|
||||||
<link rel="icon" type="image/x-icon" href="{{ site.url }}/favicon.png" />
|
<link rel="icon" type="image/png" href="{{ site.url }}/favicon.png" />
|
||||||
<script src="{{ site.url }}/js/modernizr-2.5.3.min.js"></script>
|
<script src="{{ site.url }}/js/modernizr-2.5.3.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue