Favicon does not appear

1

I generated the icon on link

Pasted the code that appears in the head after the <title> tag. And the images are at the root of the folder along with index.php

but the icon does not appear.

Does anyone know why?

    
asked by anonymous 19.05.2015 / 16:24

2 answers

1

You should use the following line to insert a favicon:

<link rel="icon" href="../../images/favicon/image-32.png" sizes="32x32"/>
    
20.05.2015 / 14:56
3

Try to clean cache , I also have this kind of problem.

If it is not cache it is the path that should be wrong.

    
19.05.2015 / 16:38