Hello,
I am trying to add a favicon to my website (www.thenovember.co) and I uploaded the favicon to media and added this two lines into the header:
<head>
<link rel="shortcut icon" href="http://s.thenovember.co/favicon.ico" type="image/vnd.microsoft.icon"/>
<link rel="icon" href="http://s.thenovember.co/favicon.ico" type="image/x-ico"/>
But nothing is happening.
What am I a doing wrong?
Thanks