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?
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?
You should use the following line to insert a favicon:
<link rel="icon" href="../../images/favicon/image-32.png" sizes="32x32"/>
Try to clean cache
, I also have this kind of problem.
If it is not cache it is the path that should be wrong.