Not a bug Unfurl shows a broken image

This is an issue with the source of your site. It has:
Code:
<link rel="apple-touch-icon" href="touch-icon-iphone.png">
First, that URL is relative, so it will end up being very wrong on most pages (anything other than the root). But second, that image doesn't exist. You should either remove that line or fix the image.)

(We do not fallback to the implicit favicon.ico that browsers do. This is intentional.)
 
Thank you, Mike.

I removed apple link and it now shows like this:

193982

As you can see the icon is missing. What do I have to do in order to make the icon show?
 
Back
Top Bottom