Merge pull request #1772 from penibelst/no-x-icon

Fix favicon’s type
This commit is contained in:
Matt Rogers
2013-12-04 18:24:16 -08:00

View File

@@ -12,6 +12,6 @@
<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/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>
</head>