Fixed IE < 11 favicon compatibility.

This commit is contained in:
Oliver Hamlet
2014-12-21 18:48:02 +00:00
parent 9704a7f65e
commit ca9adcdb98
+1 -1
View File
@@ -7,7 +7,7 @@
<title>LOOT: {{ page.title }}</title>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/overrides.css" shim-shadowdom>
<link rel="icon" type="image/ico" href="/icon.ico">
<link rel="shortcut icon" type="image/ico" href="/icon.ico">
<script src="/bower_components/webcomponentsjs/webcomponents.min.js"></script>
<link rel="import" href="/polymer-loader.vulcanized.html">