I'm hosting a website using Github Pages. I connected Cloudflare to the website because of SSL. When i finally added favicon.ico
to my website and the following code in <head>
to make the favicon show up, it still doesn't show up. What can i do?
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
(english is not my native language)
Edit: Seems like other people can see the favicon, except me. But why?