Both Exist and Are Identical
Closed this issue · 1 comments
chrisbo commented
chrisbo commented
Fixed the issue after reading the following in the FAQ. The problem was that even though I selected to have the links generated for the root, it still generated the ICO favicon link. So, a bug!
Why is
favicon.ico
not declared in the HTML code?
Looking for some sample favicon code, you've probably encountered:
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
When your favicon is in the root directory, RealFaviconGenerator does not generate this code. This is because it somehow confuses some other browsers like Chrome. And since IE looks for a file namedfavicon.ico
anyway, the best solution is to not even talk about it. This is described by Jonathan T. Neal and Mathias Bynens."